UNPKG
fun-tab
Version:
latest (0.0.1)
0.0.1
A mobile touch-swappable tabs component for Vue3
github.com/ScoutYin/fun-tab
ScoutYin/fun-tab
fun-tab
/
lib
/
types.js
9 lines
(5 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
const
tabsInjectionKey =
Symbol
();
exports
.
tabsInjectionKey
= tabsInjectionKey;
//# sourceMappingURL=types.js.map