@tohuhono/puck-rich-text
Version:
A puck component for rich text editing made for OberonCMS
16 lines • 529 B
TypeScript
import type { SerializedEditorState } from "lexical";
export type PuckRichTextProps = {
state: SerializedEditorState;
};
export declare const PuckRichText: {
fields: {
state: {
type: "custom";
render: () => import("react/jsx-runtime").JSX.Element;
};
};
render: (props: import("@measured/puck").WithId<import("@measured/puck").WithPuckProps<{
state: SerializedEditorState;
}>>) => import("react/jsx-runtime").JSX.Element;
};
//# sourceMappingURL=server.d.ts.map