rittenhop-dev/versions/5.94.2/node_modules/@tryghost/kg-html-to-lexical/build/html-to-lexical.d.ts
2024-09-23 19:40:12 -04:00

6 lines
258 B
TypeScript

import { CreateEditorArgs, type SerializedEditorState } from 'lexical';
export interface htmlToLexicalOptions {
editorConfig: CreateEditorArgs;
}
export declare function htmlToLexical(html: string, options?: htmlToLexicalOptions): SerializedEditorState;