@@ -49,6 +49,7 @@ export { default as Col } from './col';
4949export type { CommentProps } from './comment' ;
5050export { default as Comment } from './comment' ;
5151
52+ export type { ConfigProviderProps } from './config-provider' ;
5253export { default as ConfigProvider } from './config-provider' ;
5354
5455export type { DatePickerProps } from './date-picker' ;
@@ -80,6 +81,7 @@ export { default as Form, FormItem, FormItemRest } from './form';
8081
8182export { default as Grid } from './grid' ;
8283
84+ export type { InputProps , TextAreaProps } from './input' ;
8385export { default as Input , InputGroup , InputPassword , InputSearch , Textarea } from './input' ;
8486
8587export type { ImageProps } from './image' ;
@@ -124,8 +126,10 @@ export { default as PageHeader } from './page-header';
124126export type { PaginationProps } from './pagination' ;
125127export { default as Pagination } from './pagination' ;
126128
129+ export type { PopconfirmProps } from './popconfirm' ;
127130export { default as Popconfirm } from './popconfirm' ;
128131
132+ export type { PopoverProps } from './popover' ;
129133export { default as Popover } from './popover' ;
130134
131135export type { ProgressProps } from './progress' ;
@@ -155,6 +159,7 @@ export {
155159 SkeletonImage ,
156160} from './skeleton' ;
157161
162+ export type { SliderProps } from './slider' ;
158163export { default as Slider } from './slider' ;
159164
160165export type { SpaceProps } from './space' ;
@@ -163,6 +168,7 @@ export { default as Space } from './space';
163168export type { SpinProps } from './spin' ;
164169export { default as Spin } from './spin' ;
165170
171+ export type { StepProps , StepsProps } from './steps' ;
166172export { default as Steps , Step } from './steps' ;
167173
168174export type { SwitchProps } from './switch' ;
0 commit comments