UNPKG

react-antd-cssvars

Version:
9 lines (8 loc) 243 B
import React from "react"; import { hex } from "../../Theme"; export interface IColorPicker { color: string; onPick: (color: hex) => void; } declare const Palette: React.FunctionComponent<IColorPicker>; export default Palette;