UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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