UNPKG

@guruhotel/aura-ui

Version:

⚛️ React UI library by GuruHotel

7 lines (6 loc) 365 B
/// <reference types="react" /> import { DateFieldElements } from "./date-field.styles"; import { DateFieldProps } from "./date-field.types"; import { VariantProps } from "../theme/stitches.config"; declare function DateField({ colorScheme, size, rounded, ...props }: DateFieldProps & VariantProps<typeof DateFieldElements>): JSX.Element; export default DateField;