@tohuhono/puck-rich-text
Version:
A puck component for rich text editing made for OberonCMS
7 lines • 310 B
TypeScript
import { ElementFormatType, LexicalEditor } from "lexical";
export declare function ElementFormatDropdown({ editor, value, isRTL, }: {
editor: LexicalEditor;
value: ElementFormatType;
isRTL: boolean;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=element-format-dropdown.d.ts.map