# EditorMountHook

Hook called when an editor container is mounted. Returning a function
registers a teardown that runs when the editor is released.

```ts
type EditorMountHook = (ctx: object) => () => void | void
```
