UNPKG

lexical-vue

Version:

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

10 lines (9 loc) 458 B
import * as __VLS_VINE from 'vue-vine/internals'; /** * This plugin adds the ability to indent content using the tab key. Generally, we don't * recommend using this plugin as it could negatively affect accessibility for keyboard * users, causing focus to become trapped within the editor. */ export declare function TabIndentationPlugin(props: __VLS_VINE.VineComponentCommonProps & { maxIndent?: number; }, context: {}): __VLS_VINE.VueVineComponent;