UNPKG

react-box-overflow

Version:

Headless UI for automatically collapsing boxes when overflow in React.

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