import React, { Component } from 'react'; import './index.less'; import { Icon } from 'antd'; export function Input(props) { const { className = '', value, onChange, placeholder, empty } = props; return onChange && onChange(data)} />; } export function Textarea(props) { const { className = '', value, onChange, placeholder, empty } = props; return