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) 265 B
import { DatePicker } from '@ark-ui/svelte/date-picker'; import type { DatePickerProps } from './types'; declare const DatePicker: import("svelte").Component<DatePickerProps, {}, "value">; type DatePicker = ReturnType<typeof DatePicker>; export default DatePicker;