UNPKG

@vimeo/iris

Version:
8 lines (7 loc) 218 B
/// <reference types="react" /> export declare function ColorSelectPicker({ value, dispatch, onChange, throttleSpeed, }: { value: any; dispatch: any; onChange: any; throttleSpeed: any; }): JSX.Element;