UNPKG

lexical-vue

Version:

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

7 lines (6 loc) 296 B
import * as __VLS_VINE from 'vue-vine/internals'; import type { HistoryState } from '@lexical/history'; export declare function HistoryPlugin(props: __VLS_VINE.VineComponentCommonProps & { delay?: number; externalHistoryState?: HistoryState; }, context: {}): __VLS_VINE.VueVineComponent;