ant-design/components/dropdown/style/index.tsx
二货机器人 99c16aa8d6
refactor: Fix Dropdown nesting menu injection logic (#35810)
* refactor: Dependency Inversion

* test: update snapshot

* test: Update snapshot

* test: more

* fix: table dropdown logic

* fix: menu lint
2022-05-30 19:06:51 +08:00

7 lines
135 B
TypeScript

import '../../style/index.less';
import './index.less';
// style dependencies
import '../../button/style';
import '../../menu/style';