Skip to content

Instantly share code, notes, and snippets.

@web-padawan
Created November 10, 2020 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save web-padawan/5220b8921293948b2500da560a5ce084 to your computer and use it in GitHub Desktop.
Save web-padawan/5220b8921293948b2500da560a5ce084 to your computer and use it in GitHub Desktop.
declare global {
namespace JSX {
interface IntrinsicElements {
'my-element': {
value: string;
};
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment