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,