UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 386 B
import type { HtmlIngredientProps } from '../types.js'; export interface ColorPickerFormatSelectProps extends HtmlIngredientProps<'select', HTMLSelectElement> { } declare const ColorPickerFormatSelect: import("svelte").Component<ColorPickerFormatSelectProps, {}, "ref">; type ColorPickerFormatSelect = ReturnType<typeof ColorPickerFormatSelect>; export default ColorPickerFormatSelect;