UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

9 lines (8 loc) 318 B
import { VuiComponent } from "../core/vui.js"; import { DatePickerProps } from "./datePicker.types.js"; //#region src/datePicker/datePicker.d.ts /** Select or input a date. */ declare const DatePicker: VuiComponent<"span", DatePickerProps>; //#endregion export { DatePicker }; //# sourceMappingURL=datePicker.d.ts.map