Robin Radic

Results 11 comments of Robin Radic

Very basic type definitions. Add to a `.d.ts` file in your project: If you use tsx and have `JSX.InstrinctElements` defined somewhere you could swap `HTMLElements` for `JSX.InstrinctElements`. ```typescript declare module...