From d0e1ecc5f69c669d5fe5759632a462d2b417bd4d Mon Sep 17 00:00:00 2001 From: johnwalley Date: Mon, 11 Jul 2022 09:32:36 +0100 Subject: [PATCH] fix: export LayoutPriority enum --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index b78520ed..8dd89b27 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,3 @@ export type { AllotmentHandle, AllotmentProps } from "./allotment"; export { default as Allotment, setSashSize } from "./allotment"; +export type { LayoutPriority } from "./split-view";