UNPKG

lexical-vue

Version:

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

14 lines (13 loc) 597 B
import * as __VLS_VINE from 'vue-vine/internals'; import type { LexicalEditor } from 'lexical'; import type { CustomPrintNodeFn } from './shared/generateContent.vine'; export declare function TreeView(props: __VLS_VINE.VineComponentCommonProps & { editor: LexicalEditor; treeTypeButtonClassName?: string; timeTravelButtonClassName?: string; timeTravelPanelButtonClassName?: string; timeTravelPanelClassName?: string; timeTravelPanelSliderClassName?: string; viewClassName?: string; customPrintNode?: CustomPrintNodeFn; }, context: {}): __VLS_VINE.VueVineComponent;