UNPKG
hel-antd
Version:
latest (1.1.0)
1.1.0
1.0.0
remote antd module provided by hel-micro
hel-antd
/
lib
/
entrance
/
libProperties.ts
8 lines
(4 loc)
•
165 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
antd, {
TestExport
}
from
'../components'
;
const
toExport = { ...antd,
TestExport
};
export
type
LibProperties
=
typeof
toExport;
export
default
toExport;