UNPKG
@cleartrip/bento-mobile
Version:
alpha (0.0.1-alpha.0.1)
latest (0.0.1-alpha.0.1)
0.0.1-alpha.0.1
Cleartrip - pwa component library
@cleartrip/bento-mobile
/
index.js
11 lines
(8 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
exports
.
__esModule
=
true
;
var
_Text =
require
(
"./Text"
);
Object
.
keys
(_Text).
forEach
(
function
(
key
) {
if
(key ===
"default"
|| key ===
"__esModule"
)
return
;
if
(key
in
exports
&&
exports
[key] === _Text[key])
return
;
exports
[key] = _Text[key]; });