mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
10 lines
229 B
TypeScript
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';
|