String manipulation at the type level.
`on${Capitalize<Event>}`
type Event = 'click' | 'scroll'; type EventName = any; // TODO