ant-design/components/card/style/index.tsx
MadCcc d4f23bae2a
refactor: Card loading (#35525)
* feat: card loading with skeleton

* test: update snapshot

* test: add style deps

* chore: import
2022-05-13 11:32:40 +08:00

7 lines
137 B
TypeScript

import '../../style/index.less';
import './index.less';
// style dependencies
import '../../tabs/style';
import '../../skeleton/style';