@udecode/plate-ui-font
Version:
Font UI for Plate
13 lines • 513 B
TypeScript
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