@brizy/ui
Version:
React elements in Brizy style
15 lines (14 loc) • 564 B
TypeScript
import { ApplyProperties, Color } from "../types";
export declare const NOTHING_IN_QUILL = "<p><br></p>";
export declare const getBackground: (color: Color) => ApplyProperties<{
"--brz-ui-rich-text-background": string;
}>;
export declare const getCustomSize: (size: number) => ApplyProperties<{
"--brz-ui-rich-text-height": string;
}>;
export declare const makeBackground: import("ramda").Arity1Fn;
export declare const customSize: import("ramda").Arity1Fn;
export declare const formats: string[];
export interface Modules {
toolbar: HTMLDivElement;
}