Skip to content

Commit 745bdd1

Browse files
corrected GenerateConfig type export
1 parent 26e3328 commit 745bdd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ import { dateFnsGenerateConfig, dayjsGenerateConfig, luxonGenerateConfig, moment
3636
export {
3737
dateFnsGenerateConfig,
3838
dayjsGenerateConfig,
39-
GenerateConfig,
4039
luxonGenerateConfig,
4140
momentGenerateConfig,
4241
Picker,
4342
PickerPanel,
4443
RangePicker,
4544
};
4645
export type {
47-
RangePickerProps,
48-
PickerProps,
46+
BasePickerPanelProps,
47+
BasePickerProps,
48+
GenerateConfig,
4949
PickerPanelProps,
50+
PickerProps,
5051
PickerRef,
51-
BasePickerProps,
52-
BasePickerPanelProps,
52+
RangePickerProps,
5353
SharedTimeProps,
5454
};
5555
export default Picker;

0 commit comments

Comments
 (0)