Skip to content

Commit

Permalink
fix(useList): add export of computeItemSize to useList (#1472)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandr Isaev <[email protected]>
  • Loading branch information
IsaevAlexandr and IsaevAlexandr authored Apr 2, 2024
1 parent 750e5ba commit c6c8ed4
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 @@ -14,6 +14,7 @@ export {
scrollToListItem as unstable_scrollToListItem,
getListItemQa as unstable_getListItemQa,
getListParsedState as unstable_getListParsedState,
computeItemSize as unstable_computeItemSize,
} from './components/useList';
export {
TreeSelect as unstable_TreeSelect,
Expand Down

0 comments on commit c6c8ed4

Please sign in to comment.