UNPKG

react-box-overflow

Version:

Headless UI for automatically collapsing boxes when overflow in React.

9 lines (7 loc) 208 B
/** * @author shunzi <tobyzsj@gmail.com> * @date 2024-03-24 18:38:06 */ export * from './interface' export { useOverflow } from './useOverflow' export { BoxOverflow } from './BoxOverflow'