UNPKG

@project-jade-garden/bits-ui

Version:
25 lines (24 loc) 875 B
import { SVATraits } from 'jade-garden'; /** * **Date Range Field** * @description Allows users to input a range of dates within a designated field. * @see [source](https://www.bits-ui.com/docs/components/date-range-field#api-reference) */ export declare const slots: readonly ["root", "input", "label", "segment"]; /** * **Date Range Field** * @description Allows users to input a range of dates within a designated field. * @see [source](https://www.bits-ui.com/docs/components/date-range-field#api-reference) */ export type Slots = (typeof slots)[number]; /** * **Date Range Field** * @description Allows users to input a range of dates within a designated field. * @see [source](https://www.bits-ui.com/docs/components/date-range-field#api-reference) */ export type Traits = SVATraits<Slots, { root: {}; input: {}; label: {}; segment: {}; }>;