Skip to content

Commit 2e752c1

Browse files
authored
Merge pull request #107 from github/expose-faux-private-field
Expose faux private field
2 parents e5401fd + 0b159a7 commit 2e752c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.js.flow

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
declare module 'time-elements' {
44
declare class ExtendedTimeElement extends HTMLElement {
5+
_date: ?Date;
56
getFormattedTitle(): ?string;
67
getFormattedDate(): ?string;
78
}

0 commit comments

Comments
 (0)