import React from 'react'; import { Input, Row, Col } from '@btri-ui/base'; export default () => { return (
{ console.log(e.target.value); }} >
); };