ant-design/components/tree-select/style/index.tsx

8 lines
160 B
TypeScript
Raw Normal View History

import '../../style/index.less';
import './index.less';
// style dependencies
// deps-lint-skip: tree
import '../../select/style';
2019-03-13 11:33:42 +08:00
import '../../empty/style';