UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 356 B
import type { HtmlIngredientProps } from '../types.js'; export interface ColorPickerTriggerProps extends HtmlIngredientProps<'button', HTMLButtonElement> { } declare const ColorPickerTrigger: import("svelte").Component<ColorPickerTriggerProps, {}, "ref">; type ColorPickerTrigger = ReturnType<typeof ColorPickerTrigger>; export default ColorPickerTrigger;