@@ -30,6 +30,7 @@ import { SelectProps } from "./Select";
3030import { TreeSelectProps } from "./TreeSelect" ;
3131import { TimePickerProps } from "./DatePicker/DatePicker" ;
3232import { UploadFileProps } from "./UploadFile" ;
33+ import { DrawerProps } from "antd/lib/drawer" ;
3334import { CollapseProps , CollapsePanelProps } from "antd/lib/collapse" ;
3435import { ListProps } from "antd/lib/list" ;
3536import { PopoverProps } from "antd/lib/popover" ;
@@ -73,6 +74,7 @@ export declare const Select: FunctionComponent<SelectProps>;
7374export declare const TreeSelect : FunctionComponent < TreeSelectProps > ;
7475export declare const TimePicker : FunctionComponent < TimePickerProps & StoreProps > ;
7576export declare const UploadFile : FunctionComponent < UploadFileProps > ;
77+ export declare const Drawer : FunctionComponent < DrawerProps > ;
7678export declare const Collapse : FunctionComponent < CollapseProps & StoreProps > ;
7779export declare const CollapsePanel : FunctionComponent < CollapsePanelProps & StoreProps > ;
7880export declare const List : FunctionComponent < ListProps < any > > ;
@@ -87,4 +89,4 @@ export declare const Modal: FunctionComponent<ModalProps>;
8789export declare const Custom : FunctionComponent < CustomProps > ;
8890export declare const Switcher : FunctionComponent < SwitcherProps > ;
8991export declare const Dashboard : FunctionComponent < DashboardProps > ;
90- export type { LabelProps , StoreProps , CustomProps , SwitcherProps , SubscribeOnChangeOptions , ModalSubscribeOnChangeOptions , TablesSubscribeOnChangeOptions , sortBy , ButtonProps , TitleProps , TextProps , DatePickerProps , DividerProps , RowProps , ColProps , LayoutProps , SpaceProps , CheckboxProps , FormProps , FormHeaderProps , FormBodyProps , FormFooterProps , FormListProps , InputNumberProps , InputProps , SearchProps , TextAreaProps , PasswordProps , RadioProps , RadioGroupProps , SwitchProps , SliderSingleProps , SliderRangeProps , SelectProps , TreeSelectProps , TimePickerProps , UploadFileProps , CollapseProps , CollapsePanelProps , ListProps , PopoverProps , TooltipProps , TabsProps , TabPaneProps , TableProps , ModalProps } ;
92+ export type { LabelProps , StoreProps , CustomProps , SwitcherProps , SubscribeOnChangeOptions , ModalSubscribeOnChangeOptions , TablesSubscribeOnChangeOptions , sortBy , ButtonProps , TitleProps , TextProps , DatePickerProps , DividerProps , RowProps , ColProps , LayoutProps , SpaceProps , CheckboxProps , FormProps , FormHeaderProps , FormBodyProps , FormFooterProps , FormListProps , InputNumberProps , InputProps , SearchProps , TextAreaProps , PasswordProps , RadioProps , RadioGroupProps , SwitchProps , SliderSingleProps , SliderRangeProps , SelectProps , TreeSelectProps , TimePickerProps , UploadFileProps , DrawerProps , CollapseProps , CollapsePanelProps , ListProps , PopoverProps , TooltipProps , TabsProps , TabPaneProps , TableProps , ModalProps } ;
0 commit comments