// @flow import React from 'react' import TextShow from './TextShow' type Props = { initText: string, } class TextInput extends React.Component { state: { text: ...
確定! 回上一頁