lexical-vue
Version:
An extensible Vue 3 web text-editor based on Lexical.
10 lines (9 loc) • 436 B
TypeScript
import * as __VLS_VINE from 'vue-vine/internals';
export interface ListPluginProps {
/**
* When `true`, enforces strict indentation rules for list items, ensuring consistent structure.
* When `false` (default), indentation is more flexible.
*/
hasStrictIndent?: boolean;
}
export declare function ListPlugin(props: __VLS_VINE.VineComponentCommonProps & ListPluginProps, context: {}): __VLS_VINE.VueVineComponent;