# PostMountRefreshHook

Hook called after the React `<DataGrid>` has mounted its children.

```ts
type PostMountRefreshHook = (ctx: object) => void
```
