React Hooks TypeScript Fonction Retour et recevoir

const randomFunction = (someValue: someType): void => {
...
}
|_Genos_|