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";