Skip to content

Commit

Permalink
Fix export of OuiCompressedSuperDatePicker (#1325) (#1326)
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
(cherry picked from commit 10ea859)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 3713d5a commit 7b00084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/date_picker/super_date_picker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export { AsyncInterval } from './async_interval';
export {
OuiSuperDatePicker,
OuiSuperDatePickerProps,
OuiCompressedSuperDatePicker,
OuiCompressedSuperDatePickerProps,
OnTimeChangeProps,
OnRefreshProps,
} from './super_date_picker';
Expand Down
1 change: 1 addition & 0 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export {
OuiDatePicker,
OuiDatePickerRange,
OuiSuperDatePicker,
OuiCompressedSuperDatePicker,
OuiSuperUpdateButton,
prettyDuration,
commonDurationRanges,
Expand Down

0 comments on commit 7b00084

Please sign in to comment.