UNPKG

@tohuhono/puck-rich-text

Version:

A puck component for rich text editing made for OberonCMS

9 lines 308 B
import type { SerializedEditorState } from "lexical"; export type RichTextProps = { state: SerializedEditorState; }; export declare function Editor({ id, state, }: { id: string; state: SerializedEditorState; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=editor-client.d.ts.map