Skip to content

Commit 5a79891

Browse files
committed
Simplify component props type export
1 parent 6c7e531 commit 5a79891

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import DateTimePicker from './DateTimePicker';
22

3-
import type { DateTimePickerProps } from './DateTimePicker';
3+
export type { DateTimePickerProps } from './DateTimePicker';
44

55
export { DateTimePicker };
66

7-
export type { DateTimePickerProps };
8-
97
export default DateTimePicker;

0 commit comments

Comments
 (0)