From f7f8be568c6ed35a6866b8ae23868efdb63bd668 Mon Sep 17 00:00:00 2001 From: Vladimir Kalachev Date: Mon, 8 Apr 2024 18:06:36 +0300 Subject: [PATCH] chore: add unstable modToHeight export --- src/unstable.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unstable.ts b/src/unstable.ts index 27133ee61c..bf418bff43 100644 --- a/src/unstable.ts +++ b/src/unstable.ts @@ -16,6 +16,7 @@ export { getListParsedState as unstable_getListParsedState, computeItemSize as unstable_computeItemSize, } from './components/useList'; +export {modToHeight as unstable_modToHeight} from './components/useList/constants'; export { TreeSelect as unstable_TreeSelect, type TreeSelectProps as unstable_TreeSelectProps,