// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TextInput default read only text input 1`] = `
`;
exports[`TextInput disabled text input 1`] = `
`;
exports[`TextInput invalid text input 1`] = `
`;
exports[`TextInput plain read only text input 1`] = `
`;
exports[`TextInput read only text input using isReadOnly 1`] = `
`;
exports[`TextInput simple text input 1`] = `
`;
exports[`TextInput validated text input error 1`] = `
`;