ant-design/index.js
2016-08-26 15:38:29 +08:00

10 lines
313 B
JavaScript

// this file is not used if use https://github.com/ant-design/babel-plugin-antd
import warn from 'rc-util/lib/warn';
import * as antd from './components';
warn('You are using prebuilt antd, ' +
'please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.');
export default antd;