UNPKG

1.35 kBJavaScriptView Raw
1// this file is not used if use https://github.com/ant-design/babel-plugin-import
2var ENV = process.env.NODE_ENV;
3
4if (ENV !== 'production' && ENV !== 'test' && typeof console !== 'undefined' && console.warn && typeof window !== 'undefined') {
5 // eslint:disable-next-line:no-console
6 console.warn('You are using a whole package of ehome-rcm, ' + 'please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.');
7}
8
9export { default as Download } from './download';
10export { default as SelectProject } from './select-project';
11export { default as SelectOrganization } from './select-organization';
12export { default as Loadable } from './loadable';
13export { default as Helmet } from './helmet';
14export { default as Blank } from './blank';
15export { default as LottieAnimation } from './lottie-animation';
16export { default as Spin } from './spin';
17export { default as ResourceUnit } from './resource-unit';
18export { default as Button } from './button';
19export { default as PlateNumber } from './plate-number';
20export { default as FileUpload } from './file-upload';
21export { default as Toptip } from './toptip';
22export { default as FormView } from './form-view';
23export { default as RegionCode } from './region-code';
24export { default as ImageUpload } from './image-upload';
25export { default as ImageViewer } from './image-viewer';
\No newline at end of file