mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-16 01:29:11 +08:00
9721ebe331
* 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';
|