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

Commit 9aed06b

Browse files
committed
Update index.ts
1 parent fe3e554 commit 9aed06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

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

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

0 commit comments

Comments
 (0)