UNPKG
@aliretail/react-utils
Version:
alpha (0.1.3-alpha.1)
latest (0.1.2)
0.1.3-alpha.1
0.1.2
0.1.2-alpha.1
0.1.1
0.1.1-alpha.11
0.1.1-alpha.10
0.1.1-alpha.8
0.1.1-alpha.2
B端通用方法库
unpkg.com/@aliretail/react-utils@0.1.2/build/index.html
@aliretail/react-utils
/
es
/
index.js
7 lines
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
epochUtils
from
'./epoch/index'
;
import
utils
from
'./common/index'
;
export
{ epochUtils, utils };
export
default
{
epochUtils
: epochUtils,
utils
: utils };