UNPKG

lexical-vue

Version:

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

3 lines (2 loc) 186 B
import type { LexicalEditor } from 'lexical'; export declare function useLexicalIsTextContentEmpty(editor: LexicalEditor, trim?: boolean): Readonly<import("vue").Ref<boolean, boolean>>;