UNPKG

vue-box-overflow

Version:

Headless UI for automatically collapsing boxes when overflow in Vue.

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