ant-design/components/date-picker/style/index.tsx
2019-03-19 18:33:31 +08:00

9 lines
192 B
TypeScript

import '../../style/index.less';
import './index.less';
// style dependencies
// deps-lint-skip: input
import '../../input/style';
import '../../time-picker/style';
import '../../tag/style';