mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 17:31:25 +08:00
24 lines
496 B
Plaintext
24 lines
496 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`TimeLine rtl render component should be rendered correctly in RTL direction 1`] = `
|
||
|
<ul
|
||
|
class="ant-timeline ant-timeline-rtl"
|
||
|
/>
|
||
|
`;
|
||
|
|
||
|
exports[`TimeLine rtl render component should be rendered correctly in RTL direction 2`] = `
|
||
|
<li
|
||
|
class="ant-timeline-item"
|
||
|
>
|
||
|
<div
|
||
|
class="ant-timeline-item-tail"
|
||
|
/>
|
||
|
<div
|
||
|
class="ant-timeline-item-head ant-timeline-item-head-blue"
|
||
|
/>
|
||
|
<div
|
||
|
class="ant-timeline-item-content"
|
||
|
/>
|
||
|
</li>
|
||
|
`;
|