mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-25 05:32:31 +08:00

* feat: use Space.Compact for Dropdown.Button * test: update button demo tests * test: update config-provider demo tests * fix: deps-lint-skip for dropdown * fix: lint issue
8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
import '../../style/index.less';
|
|
import './index.less';
|
|
|
|
// style dependencies
|
|
import '../../button/style';
|
|
import '../../menu/style';
|
|
import '../../space/style';
|