UNPKG

lexical-vue

Version:

An extensible Vue 3 web text-editor based on Lexical.

11 lines (10 loc) 382 B
import * as __VLS_VINE from 'vue-vine/internals'; type __VLS_VINE_PlainTextPlugin_props__ = {}; export declare function PlainTextPlugin(props: __VLS_VINE.VineComponentCommonProps & __VLS_VINE_PlainTextPlugin_props__, context: { slots: { default: unknown; placeholder: unknown; contentEditable: unknown; }; }): __VLS_VINE.VueVineComponent; export {};