UNPKG

compote-ui

Version:

An opinionated UI component library for Svelte, built on top of [Ark UI](https://ark-ui.com) with additional components and features not available in the core Ark UI library.

6 lines (5 loc) 257 B
import { TagsInput } from '@ark-ui/svelte/tags-input'; import type { TagsInputProps } from './types'; declare const TagsInput: import("svelte").Component<TagsInputProps, {}, "value">; type TagsInput = ReturnType<typeof TagsInput>; export default TagsInput;