Skip to content

Commit

Permalink
chore: add unstable modToHeight export
Browse files Browse the repository at this point in the history
  • Loading branch information
KalachevDev committed Apr 8, 2024
1 parent 9f6aa9c commit f7f8be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unstable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f7f8be5

Please sign in to comment.