mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-12 11:55:23 +08:00
7322aa6f5f
This reverts commit 6759887c44
.
19 lines
359 B
Plaintext
19 lines
359 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Ribbon rtl render component should be rendered correctly in RTL direction 1`] = `
|
|
<div
|
|
class="ant-ribbon-wrapper"
|
|
>
|
|
<div
|
|
class="ant-ribbon ant-ribbon-placement-end ant-ribbon-rtl"
|
|
>
|
|
<span
|
|
class="ant-ribbon-text"
|
|
/>
|
|
<div
|
|
class="ant-ribbon-corner"
|
|
/>
|
|
</div>
|
|
</div>
|
|
`;
|