UNPKG

svelte-awesome-color-picker

Version:

A highly customizable color picker component library

11 lines (10 loc) 276 B
interface Props { /** indicator position in % */ pos: { x: number; y: number; }; } declare const PickerIndicator: import("svelte").Component<Props, {}, "">; type PickerIndicator = ReturnType<typeof PickerIndicator>; export default PickerIndicator;