UNPKG

react-linear-gradient-picker

Version:
11 lines (10 loc) 199 B
export interface Limits { min: number; max: number; drop?: number; } export type NoopFunction = () => void; export interface DragCoordinates { clientX: number; clientY: number; }