hensei-web/types/OnClickEvent.d.ts
2022-01-24 21:54:50 -08:00

1 line
No EOL
81 B
TypeScript

type OnClickEvent = (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void