mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
309c8d4404
* style: adjust @zindex-popover * add ant-popconfirm * update snap
9 lines
175 B
TypeScript
9 lines
175 B
TypeScript
import '../../style/index.less';
|
|
|
|
// style dependencies
|
|
// deps-lint-skip: tooltip, popover
|
|
import '../../popover/style';
|
|
import '../../button/style';
|
|
|
|
import './index.less';
|