UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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