UNPKG

lexical-vue

Version:

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

13 lines (12 loc) 410 B
import * as __VLS_VINE from 'vue-vine/internals'; import type { ElementFormatType, NodeKey } from 'lexical'; export declare function BlockWithAlignableContents(props: __VLS_VINE.VineComponentCommonProps & { format?: ElementFormatType | null; nodeKey: NodeKey; baseClass?: string; focusClass?: string; }, context: { slots: { default: unknown; }; }): __VLS_VINE.VueVineComponent;