ant-design/index.js
2015-05-26 17:35:24 +08:00

9 lines
146 B
JavaScript

require('rc-style/dist/index.css');
var antd = {
datepicker: require('./components/datepicker')
};
module.exports = antd;
window.antd = antd;