Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスを使用せずに、react の機能的なステートレス コンポーネントで PropTypes を使用するにはどうすればよいですか?
export const Header = (props) => ( <div>hi</div> )