Skip to content

Commit

Permalink
Merge pull request #107 from github/expose-faux-private-field
Browse files Browse the repository at this point in the history
Expose faux private field
  • Loading branch information
koddsson authored May 16, 2019
2 parents e5401fd + 0b159a7 commit 2e752c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

declare module 'time-elements' {
declare class ExtendedTimeElement extends HTMLElement {
_date: ?Date;
getFormattedTitle(): ?string;
getFormattedDate(): ?string;
}
Expand Down

0 comments on commit 2e752c1

Please sign in to comment.