UNPKG

@favdevs/payload-ai

Version:

<p align="center"> <img alt="Payload AI Plugin" src="assets/payload-ai-intro.gif" width="100%" /> </p>

5 lines (4 loc) 221 B
import type { LexicalEditor } from 'lexical'; type EditorAction = 'replace' | 'update'; export declare const setSafeLexicalState: (state: unknown, editorInstance: LexicalEditor, action?: EditorAction) => void; export {};