mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
28 lines
530 B
Plaintext
28 lines
530 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Upload rtl render component should be rendered correctly in RTL direction 1`] = `
|
|
<span
|
|
class="ant-upload-wrapper ant-upload-rtl"
|
|
>
|
|
<div
|
|
class="ant-upload ant-upload-select"
|
|
style="display: none;"
|
|
>
|
|
<span
|
|
class="ant-upload"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
<input
|
|
accept=""
|
|
style="display: none;"
|
|
type="file"
|
|
/>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-upload-list ant-upload-list-text"
|
|
/>
|
|
</span>
|
|
`;
|