UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 362 B
import type { HtmlIngredientProps } from '../types.js'; export interface ColorPickerAreaThumbProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const ColorPickerAreaThumb: import("svelte").Component<ColorPickerAreaThumbProps, {}, "ref">; type ColorPickerAreaThumb = ReturnType<typeof ColorPickerAreaThumb>; export default ColorPickerAreaThumb;