ant-design/components/table/style/index.tsx
2016-06-22 13:19:48 +08:00

10 lines
229 B
TypeScript

import '../../style/index.less';
import './index.less';
// style dependencies
import '../../radio/style';
import '../../checkbox/style';
import '../../dropdown/style';
import '../../spin/style';
import '../../pagination/style';