mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Spin should render custom indicator when it's set 1`] = `
|
|
<div
|
|
class="ant-spin ant-spin-spinning"
|
|
>
|
|
<div
|
|
class="custom-indicator ant-spin-dot"
|
|
/>
|
|
</div>
|
|
`;
|