mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
10 lines
186 B
JavaScript
10 lines
186 B
JavaScript
require('rc-style/index.less');
|
|
|
|
var antd = {
|
|
datepicker: require('./components/datepicker'),
|
|
tooltip: require('./components/tooltip')
|
|
};
|
|
|
|
module.exports = antd;
|
|
window.antd = antd;
|