UNPKG

hel-antd

Version:

remote antd module provided by hel-micro

8 lines (4 loc) 162 B
import antd, { TestExport } from 'components'; const toExport = { ...antd, TestExport }; export type LibProperties = typeof toExport; export default toExport;