chore: add onCodemirrorInstanceMount hook to platform (#3043)

This commit is contained in:
Akash K
2023-05-10 18:59:57 +05:30
committed by GitHub
parent d9ed10bcca
commit b2693d6ba2
3 changed files with 5 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ export type UIPlatformDef = {
paddingTop?: Ref<string>
paddingLeft?: Ref<string>
}
onCodemirrorInstanceMount?: (element: HTMLElement) => void
}