Skip to content

Commit

Permalink
fix(overlay): add overlay enums to public api #7941
Browse files Browse the repository at this point in the history
  • Loading branch information
PlamenaMiteva committed Oct 14, 2020
1 parent ee2fad4 commit 9736df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/igniteui-angular/src/lib/services/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export * from './exporter-common/exporter-options-base';
export * from './overlay/overlay';
export * from './overlay/position';
export {
AbsolutePosition, RelativePosition, RelativePositionStrategy,
HorizontalAlignment, VerticalAlignment, Point,
OverlayEventArgs, OverlayAnimationEventArgs, OverlayCancelableEventArgs, OverlayClosingEventArgs,
OverlaySettings, PositionSettings
Expand Down

0 comments on commit 9736df7

Please sign in to comment.