Skip to content

Commit

Permalink
chore(*): Fix export type for es2015 build. (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaKirova authored Aug 8, 2024
1 parent 29d01eb commit 29e30ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ export { configureTheme } from './theming/config.js';
export { IgcCalendarResourceStringEN } from './components/common/i18n/calendar.resources.js';

// Types
export type * from './components/types.js';
export type {
RangeTextSelectMode,
SelectionRangeDirection,
StyleVariant,
} from './components/types.js';
export type {
DateRangeDescriptor,
WeekDays,
Expand Down

0 comments on commit 29e30ba

Please sign in to comment.