Skip to content

Commit 071b49a

Browse files
committed
fix(RelativeRangeDatePicker): export RelativeRangeDatePickerProps
1 parent e2ae34e commit 071b49a

File tree

1 file changed

+1
-0
lines changed
  • src/components/RelativeRangeDatePicker

1 file changed

+1
-0
lines changed

src/components/RelativeRangeDatePicker/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from './RelativeRangeDatePicker';
2+
export * from './types';
23
export {PickerDialog as RelativeRangeDatePickerDialog} from './components/PickerDialog/PickerDialog';
34
export type {PickerDialogProps as RelativeRangeDatePickerDialogProps} from './components/PickerDialog/PickerDialog';
45
export * from './hooks/useRelativeRangeDatePickerState';

0 commit comments

Comments
 (0)