UNPKG
react-box-overflow
Version:
latest (0.0.1)
0.0.1
Headless UI for automatically collapsing boxes when overflow in React.
react-box-overflow
/
dist
/
cjs
/
index.d.cts
8 lines
(7 loc)
•
222 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
/** *
@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'
;