# registerPostMountRefresh

Install a post-mount refresh hook keyed by feature name. Re-registering
with the same name replaces the previous hook (HMR-friendly). Called by
feature secondary entries on import.

 Plugin API

```ts
registerPostMountRefresh(name: string, hook: PostMountRefreshHook): void
```

## Parameters

| Name | Type | Description |
| ---- | ---- | ----------- |
| `name` | <code>string</code> |  |
| `hook` | <code><a href="/grid/react/api/types/postmountrefreshhook/">PostMountRefreshHook</a></code> |  |
