UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

12 lines (11 loc) 573 B
import * as DT from "../constants/date-picker/date-type"; import * as HT from "../constants/date-picker/hour-type"; import * as PT from "../constants/date-picker/picker-type"; import * as W from "../constants/date-picker/week-start-day"; export declare const DATE_TYPE: typeof DT; export declare const HOUR_TYPE: typeof HT; export declare const PICKER_TYPE: typeof PT; export declare const WEEK_START_DAY: typeof W; export { DateHourObject, Language } from "../types/date-picker"; export * from "./DatePicker"; export { default as default } from "./DatePicker";