UNPKG
@sb1/ffe-tags-react
Version:
latest (100.8.0)
100.8.0
100.7.1
100.7.0
100.6.1
100.6.0
100.5.2
100.5.1
100.5.0
100.4.3
100.4.2
100.4.1
100.4.0
100.3.1
100.3.0
100.2.1
100.2.0
100.1.1
100.1.0
100.0.4
100.0.3
100.0.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
React implementation of ffe-tags component
@sb1/ffe-tags-react
/
lib
/
index.js
6 lines
(5 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Tag
=
void
0
;
var
Tag
_1 =
require
(
"./Tag"
);
Object
.
defineProperty
(
exports
,
"Tag"
, {
enumerable
:
true
,
get
:
function
(
) {
return
Tag
_1.
Tag
; } });