rittenhop-ghost/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

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