import { Component } from 'react';import { base } from 'nc-lightapp-front';const { NCButton,NCFormControl } =base;
export default class MyInput extends Component{ constructor(props){ super(props); this.state={ input:{} } }}