import { useState,memo } from 'react' interface props { count: number onClick: ()=> void } const helloWord = (props:props) =>{ console.log('helloWord') return (