elements
elements copied to clipboard
Export TS declarations for React
declare global {
namespace JSX {
interface IntrinsicElements {
"my-element": any;
}
}
}