// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Transfer.Search should show cross icon when input value exists 1`] = `
}
focused={false}
handleReset={[Function]}
inputType="input"
onChange={[Function]}
placeholder=""
prefixCls="ant-input"
triggerFocus={[Function]}
type="text"
value=""
>
`;
exports[`Transfer.Search should show cross icon when input value exists 2`] = `
}
focused={false}
handleReset={[Function]}
inputType="input"
onChange={[Function]}
placeholder=""
prefixCls="ant-input"
triggerFocus={[Function]}
type="text"
value="a"
>
`;