mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
81f7f839cb
* fix: style of mini Calendar * ignore lint Co-authored-by: 二货机器人 <smith3816@gmail.com>
9 lines
201 B
TypeScript
9 lines
201 B
TypeScript
import '../../style/index.less';
|
|
import './index.less';
|
|
|
|
// style dependencies
|
|
// deps-lint-skip: date-picker
|
|
import '../../select/style';
|
|
import '../../radio/style';
|
|
import '../../date-picker/style';
|