UNPKG

@guruhotel/aura-ui

Version:

⚛️ React UI library by GuruHotel

10 lines (9 loc) 434 B
/// <reference types="react" /> import { DateFieldState, DateSegment as DateSegmentStately } from "@react-stately/datepicker"; import { DateFieldElements } from "./date-field.styles"; import { VariantProps } from "../theme"; export declare function DateSegment({ segment, state, rounded, }: { segment: DateSegmentStately; state: DateFieldState; rounded: VariantProps<typeof DateFieldElements>["rounded"]; }): JSX.Element;