UNPKG
box-overflow-core
Version:
latest (0.0.1)
0.0.1
Headless UI for automatically collapsing boxes when overflow.
box-overflow-core
/
dist
/
esm
/
types.js
10 lines
(9 loc)
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
ObserverType
=
/* @__PURE__ */
(
(
ObserverType2
) =>
{
ObserverType2
[
ObserverType2
[
"Resize"
] =
0
] =
"Resize"
;
ObserverType2
[
ObserverType2
[
"Mutation"
] =
1
] =
"Mutation"
;
return
ObserverType2
; })(
ObserverType
|| {});
export
{
ObserverType
};
//# sourceMappingURL=types.js.map