ant-design/components/popconfirm/style/index.tsx
2022-06-22 14:57:09 +08:00

9 lines
175 B
TypeScript

import '../../style/index.less';
// style dependencies
// deps-lint-skip: tooltip, popover
import '../../button/style';
import '../../popover/style';
import './index.less';