Skip to content

Commit

Permalink
refactor: add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 25, 2021
1 parent 8e6eb48 commit a00e0d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ const deepAssign = (assign_ as any)['default'] || assign_;
// Public classes.
export * from './constants';
export * from './global-grid-options';

export * from './enums/index';
export * from './interfaces/index';
export * from './aggregators/index';
export * from './aggregators/aggregators.index';
export * from './controls/index';
export * from './editors/index';
export * from './editors/editors.index';
export * from './extensions/index';
Expand All @@ -25,6 +27,7 @@ export * from './formatters/index';
export * from './formatters/formatters.index';
export * from './grouping-formatters/index';
export * from './grouping-formatters/groupingFormatters.index';
export * from './plugins/index';
export * from './sortComparers/index';
export * from './sortComparers/sortComparers.index';
export * from './services/index';
Expand Down

0 comments on commit a00e0d1

Please sign in to comment.