mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
0de1e66ff1
* refactor: move override code in form * refactor: radio and checkbox * chore: code clean * test: fix lint * test: fix lint
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
import '../../style/index.less';
|
|
import './index.less';
|
|
|
|
// style dependencies
|
|
// deps-lint-skip: date-picker, form
|
|
import '../../select/style';
|
|
import '../../radio/style';
|
|
import '../../date-picker/style';
|