lexical-vue
Version:
An extensible Vue 3 web text-editor based on Lexical.
12 lines (11 loc) • 370 B
TypeScript
import * as __VLS_VINE from 'vue-vine/internals';
export declare function CharacterLimitPlugin({ charset, maxLength, }: __VLS_VINE.VineComponentCommonProps & {
charset: 'UTF-8' | 'UTF-16';
maxLength: number;
}, context: {
slots: {
default: (props: {
remainingCharacters: number;
}) => any;
};
}): __VLS_VINE.VueVineComponent;