UNPKG
vue-box-overflow
Version:
latest (0.0.1)
0.0.1
Headless UI for automatically collapsing boxes when overflow in Vue.
vue-box-overflow
/
src
/
index.ts
8 lines
(6 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
/** *
@author
shunzi <tobyzsj
@gmail
.com> *
@date
2024-03-26 13:32:16 */
export
*
from
'./useOverflow'
export
{
default
as
BoxOverflow
}
from
'./Overflow'