UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

8 lines (7 loc) 1.1 kB
import DatePicker from './rc-mod'; export default DatePicker; export declare const DatePickerRange: import("./types").TDatePickerRangeComponent; export declare const DatePickerYear: import("./types").TDatePickerYearComponent; export declare const DatePickerMonth: import("./types").TDatePickerMonthComponent; export declare const DatePickerWeek: import("./types").TDatePickerWeekComponent; export type { IDatePickerProps as DatePickerProps, IDatePickerRangeProps as DatePickerRangeProps, IDatePickerYearProps as DatePickerYearProps, IDatePickerMonthProps as DatePickerMonthProps, IDatePickerWeekProps as DatePickerWeekProps, TDatePickerComponent as DatePickerComponent, TDatePickerRangeComponent as DatePickerRangeComponent, TDatePickerYearComponent as DatePickerYearComponent, TDatePickerMonthComponent as DatePickerMonthComponent, TDatePickerWeekComponent as DatePickerWeekComponent, TDatePickerRef as DatePickerRef, TDatePickerRangeRef as DatePickerRangeRef, TDatePickerYearRef as DatePickerYearRef, TDatePickerMonthRef as DatePickerMonthRef, TDatePickerWeekRef as DatePickerWeekRef } from './types';