mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 17:31:25 +08:00
21 lines
383 B
Plaintext
21 lines
383 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`WeekPicker should support style prop 1`] = `
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
style="width: 400px;"
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
`;
|