UNPKG

vue-box-overflow

Version:

Headless UI for automatically collapsing boxes when overflow in Vue.

8 lines (6 loc) 174 B
/** * @author shunzi <tobyzsj@gmail.com> * @date 2024-03-26 13:32:16 */ export * from './useOverflow' export { default as BoxOverflow } from './Overflow'