UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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