mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TimePicker renders addon correctly 1`] = `
|
|
<div
|
|
class="ant-time-picker-panel-addon"
|
|
>
|
|
<button
|
|
type="button"
|
|
>
|
|
Ok
|
|
</button>
|
|
</div>
|
|
`;
|