Skip to content

Commit

Permalink
fix: export LayoutPriority enum (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley committed Jul 11, 2022
1 parent fe48689 commit 4b85d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export type { AllotmentHandle, AllotmentProps } from "./allotment";
export { default as Allotment, setSashSize } from "./allotment";
export type { LayoutPriority } from "./split-view";

0 comments on commit 4b85d01

Please sign in to comment.