@vimeo/iris
Version:
Vimeo Design System
13 lines (12 loc) • 361 B
TypeScript
/// <reference types="react" />
export declare function ColorSelectSpectrum({ colorMeta, coords, width, height, dispatch, throttleSpeed, onChange, dragging, ...props }: {
[x: string]: any;
colorMeta: any;
coords: any;
width: any;
height: any;
dispatch: any;
throttleSpeed: any;
onChange: any;
dragging: any;
}): JSX.Element;