Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created March 13, 2019 14:19
Show Gist options
  • Save vsavkin/7bed1ec06f055bc8b6ba31f769c96c26 to your computer and use it in GitHub Desktop.
Save vsavkin/7bed1ec06f055bc8b6ba31f769c96c26 to your computer and use it in GitHub Desktop.
declare namespace JSX {
interface IntrinsicElements {
[elemName: string]: any;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment