ant-design/components/calendar/style/index.tsx
hebingchang 81f7f839cb
fix: style of card mode of Calendar (#22231)
* fix: style of mini Calendar

* ignore lint

Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-03-15 22:05:56 +08:00

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';