UNPKG

@vimeo/iris

Version:
8 lines (7 loc) 229 B
/// <reference types="react" /> export type Props = { palette: string[]; label: string; onColorClick: (color: string) => void; }; export declare function Presets({ palette, label, onColorClick }: Props): JSX.Element;