UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

7 lines (6 loc) 225 B
/// <reference types="react" /> export interface ICustomizeProps { presetColors?: string[]; onPresetColorsChange?: (colors: string[]) => void; } export declare function Customize(props: ICustomizeProps): JSX.Element;