UNPKG

@htmlbricks/hb-editor-tinymce

Version:

Svelte TinyMCE WebComponent

11 lines (9 loc) 168 B
export type Component = { id?: string; style?: string; key?: string; plugins?: string; toolbar?: string; images_upload_url?: string; }; export type Events = {};