@flow type Props = { children: React.Element<any>, }; class Hoge extends Component<Props> { static defaultProps = { children: null, }; ...
確定! 回上一頁