elements icon indicating copy to clipboard operation
elements copied to clipboard

Export TS declarations for React

Open bendera opened this issue 1 year ago • 0 comments

declare global {
  namespace JSX {
    interface IntrinsicElements {
      "my-element": any;
    }
  }
}

bendera avatar Oct 21 '24 20:10 bendera