lexical-vue
Version:
An extensible Vue 3 web text-editor based on Lexical.
11 lines (10 loc) • 379 B
TypeScript
import * as __VLS_VINE from 'vue-vine/internals';
type __VLS_VINE_RichTextPlugin_props__ = {};
export declare function RichTextPlugin(props: __VLS_VINE.VineComponentCommonProps & __VLS_VINE_RichTextPlugin_props__, context: {
slots: {
default: unknown;
placeholder: unknown;
contentEditable: unknown;
};
}): __VLS_VINE.VueVineComponent;
export {};