UNPKG

@shopnex/ai-plugin

Version:

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

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