Skip to content

Commit

Permalink
[datetime2] fix export syntax to restore webpack 4 compatibility (#6421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekseev authored Oct 3, 2023
1 parent 01dc58e commit edd84f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/datetime2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ export { DatePicker3, DatePicker3Props } from "./components/date-picker3/datePic
export { DateInput3, DateInput3Props } from "./components/date-input3/dateInput3";
export { DateRangeInput3, DateRangeInput3Props } from "./components/date-range-input3/dateRangeInput3";
export { DateRangePicker3, DateRangePicker3Props } from "./components/date-range-picker3/dateRangePicker3";
export * as DateInput2MigrationUtils from "./dateInput2MigrationUtils";
import * as DateInput2MigrationUtils from "./dateInput2MigrationUtils";

export { DateInput2MigrationUtils };
export { Classes as Datetime2Classes, ReactDayPickerClasses } from "./classes";

/* eslint-disable deprecation/deprecation */
Expand Down

1 comment on commit edd84f7

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[datetime2] fix export syntax to restore webpack 4 compatibility (#6421)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.