import * as React from 'react' import Input from '../../src' export default class Demo extends React.Component { render() { return (
) } }