UNPKG

@udecode/plate-ui-font

Version:
12 lines 427 B
import { ReactNode } from 'react'; declare type ColorButtonProps = { name?: string; value: string; isBrightColor: boolean; isSelected: boolean; selectedIcon: ReactNode; updateColor: (color: string) => void; }; export declare const ColorButton: ({ name, value, isBrightColor, isSelected, selectedIcon, updateColor, }: ColorButtonProps) => JSX.Element; export {}; //# sourceMappingURL=ColorButton.d.ts.map