lexical-vue
Version:
An extensible Vue 3 web text-editor based on Lexical.
11 lines (10 loc) • 474 B
TypeScript
import * as __VLS_VINE from 'vue-vine/internals';
import type { ContentEditableElementProps as ElementProps } from './shared/LexicalContentEditableElement.vine';
type ContentEditableProps = Omit<ElementProps, 'editor' | 'placeholder'>;
export declare function ContentEditable(props: __VLS_VINE.VineComponentCommonProps & ContentEditableProps, context: {
slots: {
default: unknown;
placeholder: unknown;
};
}): __VLS_VINE.VueVineComponent;
export {};