UNPKG

lexical-vue

Version:

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

3 lines (2 loc) 161 B
import type { EditorState, LexicalEditor } from 'lexical'; export type InitialEditorStateType = null | string | EditorState | ((editor: LexicalEditor) => void);