Skip to content

Commit

Permalink
add missing declare keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Jul 24, 2019
1 parent 6fd7791 commit 5358d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
@@ -1,4 +1,4 @@
class ExtendedTimeElement extends HTMLElement {
declare class ExtendedTimeElement extends HTMLElement {
get date(): Date | undefined
getFormattedTitle(): string | undefined
getFormattedDate(): string | undefined
Expand Down

0 comments on commit 5358d12

Please sign in to comment.