import * as React from 'react';
import demoTest, { rootPropsTest } from '../../../tests/shared/demoTest';
demoTest('input', {
skip: ['component-token.tsx'],
});
rootPropsTest(
'input',
(Input, props) => ,
{
name: 'addon',
},
);
rootPropsTest('input', (Input, props) => , {
name: 'password',
});
rootPropsTest('input', (Input, props) => , {
name: 'textarea',
});