lexical-vue
Version:
An extensible Vue 3 web text-editor based on Lexical.
10 lines (9 loc) • 456 B
TypeScript
import * as __VLS_VINE from 'vue-vine/internals';
type __VLS_VINE_ClearEditorPlugin_props__ = {};
type __VLS_VINE_ClearEditorPlugin_emits__ = __VLS_NormalizeEmits<__VLS_VINE.VueDefineEmits<{
clear: [];
}>>;
export declare function ClearEditorPlugin(props: __VLS_VINE.VineComponentCommonProps & __VLS_VINE_ClearEditorPlugin_props__ & {
onClear: __VLS_VINE_ClearEditorPlugin_emits__['clear'];
}, context: {}): __VLS_VINE.VueVineComponent;
export {};