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
/
dist
/
esm
/
interface.d.ts
9 lines
(8 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@author
shunzi <tobyzsj
@gmail
.com> *
@date
2024-04-02 17:52:25 */
import
type
{
BoxOverflowOptions
}
from
'box-overflow-core'
;
export
interface
BoxOverflowProps
extends
Omit
<
BoxOverflowOptions
, 'getContainer'> {
component
?:
string
; }