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 e5401fd + 0b159a7 commit 2e752c1Copy full SHA for 2e752c1
1 file changed
src/index.js.flow
@@ -2,6 +2,7 @@
2
3
declare module 'time-elements' {
4
declare class ExtendedTimeElement extends HTMLElement {
5
+ _date: ?Date;
6
getFormattedTitle(): ?string;
7
getFormattedDate(): ?string;
8
}
0 commit comments