ant-design/components/tree-select/style/index.tsx
二货机器人 4907996b97
feat: TreeSelect use virtual scroll (#19040)
* use new rc-tree-select

* support not found

* add switch icon support

* support function

* support selection motion

* show search icon if open

* clean up

* fix lint

* fix lint
2019-09-27 22:31:28 -05:00

8 lines
160 B
TypeScript

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