relative-time-element
relative-time-element copied to clipboard
Add better jsx support
Properly add the various elements to the JSX intrinsic space similar to:
declare global {
namespace JSX {
interface IntrinsicElements {
["time-ago"]: CustomElement<TimeAgoElement>;
}
}
}```