UNPKG

@vimeo/iris

Version:
14 lines (13 loc) 405 B
/// <reference types="react" /> export declare function ColorSelect2PopoverContent({ width, height, showHueSlider, popOverRef, presets, dispatch, onChange, throttleSpeed, colorMeta, state, }: { width: any; height: any; showHueSlider: any; popOverRef: any; presets: any; dispatch: any; onChange: any; throttleSpeed: any; colorMeta: any; state: any; }): JSX.Element;