ant-design/components/tree-select/style/index.tsx
MadCcc fb1955573e
feat: TreeSelect support status (#34093)
* feat: TreeSelect support status

* chore: code clean

* docs: add demo version
2022-02-17 16:41:12 +08:00

8 lines
166 B
TypeScript

import '../../style/index.less';
import './index.less';
// style dependencies
// deps-lint-skip: tree, form
import '../../select/style';
import '../../empty/style';