UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 364 B
import type { HtmlIngredientProps } from '../types.js'; export interface SelectItemGroupLabelProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const SelectItemGroupLabel: import("svelte").Component<SelectItemGroupLabelProps, {}, "ref">; type SelectItemGroupLabel = ReturnType<typeof SelectItemGroupLabel>; export default SelectItemGroupLabel;