UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 330 B
import type { HtmlIngredientProps } from '../types.js'; export interface TagsInputLabelProps extends HtmlIngredientProps<'label', HTMLLabelElement> { } declare const TagsInputLabel: import("svelte").Component<TagsInputLabelProps, {}, "ref">; type TagsInputLabel = ReturnType<typeof TagsInputLabel>; export default TagsInputLabel;