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