UNPKG
hel-antd
Version:
latest (1.1.0)
1.1.0
1.0.0
remote antd module provided by hel-micro
hel-antd
/
lib
/
components
/
index.ts
6 lines
(3 loc)
•
107 B
text/typescript
View Raw
1
2
3
4
5
6
import
*
as
antd
from
'antd'
;
export
{
default
as
TestExport
}
from
'./TestExport'
;
export
default
antd;