React Hooks TypeScript -Funktionsrückgabe und Empfangen

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