Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit fe3e554

Browse files
committed
Export tweak
1 parent 5eedb6b commit fe3e554

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,5 +393,4 @@ export type CombinedAlignment = types.CombinedAlignment;
393393
export type VerticalAlignment = types.VerticalAlignment;
394394
export type HorizontalAlignment = types.HorizontalAlignment;
395395

396-
export * from "./Enumerators/PositionCollision";
397-
export * from "./Interfaces/PositionOptions";
396+
export * as PositionCollision from "./Enumerators/PositionCollision";

0 commit comments

Comments
 (0)