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) 227 B
import { Field } from '@ark-ui/svelte/field'; import type { FieldRootProps } from './types'; declare const Field: import("svelte").Component<FieldRootProps, {}, "">; type Field = ReturnType<typeof Field>; export default Field;