UNPKG
zxreact-components
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
react 组件库
zxreact-components
/
dist
/
index.es.js
9 lines
(8 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
default
as
a }
from
"./Button/index.es.js"
;
import
{
default
as
f }
from
"./TextEllipsis/index.es.js"
;
import
{
default
as
r }
from
"./Modal/index.es.js"
;
export
{ a
as
Button
, r
as
Modal
, f
as
TextEllipsis
};