UNPKG

react-box-overflow

Version:

Headless UI for automatically collapsing boxes when overflow in React.

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