UNPKG

@brizy/ui

Version:
15 lines (14 loc) 564 B
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; }