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.

5 lines (4 loc) 202 B
import type { DateFieldProps } from './types'; declare const DateField: import("svelte").Component<DateFieldProps, {}, "value">; type DateField = ReturnType<typeof DateField>; export default DateField;