We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 840ab9e + e6a89ca commit 392a639Copy full SHA for 392a639
index.d.ts
@@ -19,3 +19,12 @@ export class TimeAgoElement extends ExtendedTimeElement {
19
export class TimeUntilElement extends ExtendedTimeElement {
20
getFormattedDate(): string | undefined
21
}
22
+
23
+declare global {
24
+ interface Window {
25
+ LocalTimeElement: typeof LocalTimeElement;
26
+ RelativeTimeElement: typeof RelativeTimeElement;
27
+ TimeAgoElement: typeof TimeAgoElement;
28
+ TimeUntilElement: typeof TimeUntilElement;
29
+ }
30
+}
0 commit comments