relative-time-element icon indicating copy to clipboard operation
relative-time-element copied to clipboard

Add better jsx support

Open Quazie opened this issue 3 years ago • 0 comments

Properly add the various elements to the JSX intrinsic space similar to:


declare global {
  namespace JSX {
    interface IntrinsicElements {
      ["time-ago"]: CustomElement<TimeAgoElement>;
    }
  }
}```

Quazie avatar May 02 '22 18:05 Quazie