????
TypeScript ????? ? ??? ?? ?????. ?? ? ???? ????
import React from 'react' export default function Test() { const handleClick = () => (label: string) => { console.log('label: ' + label) } return <button onClick={handleClick('red one')}>click me</button> }
handleClick
? ???? ?? ??? ????? ???? ??? ???? ?????.
??? ??? ???:
????