rittenhop-dev/versions/5.94.2/node_modules/@tryghost/kg-html-to-lexical/build/html-to-lexical.d.ts

6 lines
258 B
TypeScript
Raw Normal View History

2024-09-23 19:40:12 -04:00
import { CreateEditorArgs, type SerializedEditorState } from 'lexical';
export interface htmlToLexicalOptions {
editorConfig: CreateEditorArgs;
}
export declare function htmlToLexical(html: string, options?: htmlToLexicalOptions): SerializedEditorState;