@tohuhono/puck-rich-text
Version:
A puck component for rich text editing made for OberonCMS
10 lines • 374 B
TypeScript
import { SerializedEditorState } from "lexical";
export declare const InlineRichTextEditor: ({ id, state, enabled, onChange, }: {
id: string;
state: SerializedEditorState;
enabled: boolean;
onChange?: (props: {
state: SerializedEditorState;
}) => void;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=rich-text-editor.d.ts.map