@@ -49,6 +49,7 @@ export { default as Col } from './col';
49
49
export type { CommentProps } from './comment' ;
50
50
export { default as Comment } from './comment' ;
51
51
52
+ export type { ConfigProviderProps } from './config-provider' ;
52
53
export { default as ConfigProvider } from './config-provider' ;
53
54
54
55
export type { DatePickerProps } from './date-picker' ;
@@ -80,6 +81,7 @@ export { default as Form, FormItem, FormItemRest } from './form';
80
81
81
82
export { default as Grid } from './grid' ;
82
83
84
+ export type { InputProps , TextAreaProps } from './input' ;
83
85
export { default as Input , InputGroup , InputPassword , InputSearch , Textarea } from './input' ;
84
86
85
87
export type { ImageProps } from './image' ;
@@ -124,8 +126,10 @@ export { default as PageHeader } from './page-header';
124
126
export type { PaginationProps } from './pagination' ;
125
127
export { default as Pagination } from './pagination' ;
126
128
129
+ export type { PopconfirmProps } from './popconfirm' ;
127
130
export { default as Popconfirm } from './popconfirm' ;
128
131
132
+ export type { PopoverProps } from './popover' ;
129
133
export { default as Popover } from './popover' ;
130
134
131
135
export type { ProgressProps } from './progress' ;
@@ -155,6 +159,7 @@ export {
155
159
SkeletonImage ,
156
160
} from './skeleton' ;
157
161
162
+ export type { SliderProps } from './slider' ;
158
163
export { default as Slider } from './slider' ;
159
164
160
165
export type { SpaceProps } from './space' ;
@@ -163,6 +168,7 @@ export { default as Space } from './space';
163
168
export type { SpinProps } from './spin' ;
164
169
export { default as Spin } from './spin' ;
165
170
171
+ export type { StepProps , StepsProps } from './steps' ;
166
172
export { default as Steps , Step } from './steps' ;
167
173
168
174
export type { SwitchProps } from './switch' ;
0 commit comments