UNPKG

@tinymce/tinymce-svelte

Version:

TinyMCE Svelte Component

4 lines (3 loc) 168 B
declare const bindHandlers: (editor: any, dispatch: any) => void; declare const injectTiny: (doc: any, url: any, cb: any) => void; export { bindHandlers, injectTiny };