UNPKG

@udecode/plate-ui-font

Version:
13 lines 513 B
import { ReactNode } from 'react'; import { ColorType } from './ColorType'; declare type CustomColorsProps = { color?: string; colors: ColorType[]; customColors: ColorType[]; selectedIcon: ReactNode; updateColor: (color: string) => void; updateCustomColor: (color: string) => void; }; export declare const CustomColors: ({ color, colors, customColors, selectedIcon, updateColor, updateCustomColor, }: CustomColorsProps) => JSX.Element; export {}; //# sourceMappingURL=CustomColors.d.ts.map