UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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