Skip to content

Commit

Permalink
priority-overflow: remove star exports (#22683)
Browse files Browse the repository at this point in the history
  • Loading branch information
spmonahan authored Apr 28, 2022
1 parent 84cf59c commit fa6e176
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions packages/priority-overflow/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
export * from './overflowManager';
export * from './types';
export { createOverflowManager } from './overflowManager';
export type {
ObserveOptions,
OnUpdateItemVisibility,
OnUpdateItemVisibilityPayload,
OnUpdateOverflow,
OverflowAxis,
OverflowDirection,
OverflowEventPayload,
OverflowGroupState,
OverflowItemEntry,
OverflowManager,
} from './types';

0 comments on commit fa6e176

Please sign in to comment.