UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

16 lines (15 loc) 1.18 kB
export * as TagsInput from './tags-input.js'; export type { TagsInputClearTriggerProps } from './tags-input-clear-trigger.svelte'; export type { TagsInputControlProps } from './tags-input-control.svelte'; export type { TagsInputHiddenInputProps } from './tags-input-hidden-input.svelte'; export type { TagsInputInputProps } from './tags-input-input.svelte'; export type { TagsInputItemDeleteTriggerProps } from './tags-input-item-delete-trigger.svelte'; export type { TagsInputItemInputProps } from './tags-input-item-input.svelte'; export type { TagsInputItemPreviewProps } from './tags-input-item-preview.svelte'; export type { TagsInputItemTextProps } from './tags-input-item-text.svelte'; export type { TagsInputItemProps } from './tags-input-item.svelte'; export type { TagsInputLabelProps } from './tags-input-label.svelte'; export type { TagsInputProps } from './tags-input-root.svelte'; export { createTagsInput, type CreateTagsInputProps, type CreateTagsInputReturn, } from './create-tags-input.svelte.js'; export { anatomy as tagsInputAnatomy } from './tags-input-anatomy.js'; export { getTagsInputContext, setTagsInputContext, } from './tags-input-context.svelte.js';