Skip to content

Commit

Permalink
fix(DateTimePicker): For not seeing global interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
iliubinskii committed Feb 24, 2024
1 parent 1ad7be4 commit ab266de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/DateTimePicker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ declare global {
}
}

export { default as Calendar } from "./Calendar";
export { default as Clock } from "./Clock";
export { Mode } from "./DateTimePicker-common";

export default memo(
Expand Down

0 comments on commit ab266de

Please sign in to comment.