ant-design/components/popconfirm/style/index.tsx

9 lines
175 B
TypeScript
Raw Normal View History

import '../../style/index.less';
2017-02-22 18:10:02 +08:00
// style dependencies
2019-03-11 11:48:17 +08:00
// deps-lint-skip: tooltip, popover
import '../../popover/style';
2017-02-22 18:10:02 +08:00
import '../../button/style';
import './index.less';