Skip to content

Commit

Permalink
expose faux private field
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed May 16, 2019
1 parent e5401fd commit 0b159a7
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 0b159a7

Please sign in to comment.