Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Update and/or configure type declarations. (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Feb 17, 2018
1 parent e37dc9a commit f956f41
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 113 deletions.
202 changes: 95 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "BSD-3-Clause",
"devDependencies": {
"@polymer/gen-typescript-declarations": "^1.1.1",
"@polymer/gen-typescript-declarations": "^1.2.0",
"bower": "^1.8.0"
},
"scripts": {
Expand Down
11 changes: 6 additions & 5 deletions paper-dialog-scrollable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ interface PaperDialogScrollableElement extends Polymer.Element {

/**
* Returns the scrolling element.
*
*/
scrollTarget: object|null;
ready(): any;
attached(): any;
updateScrollState(): any;
_ensureTarget(): any;
readonly scrollTarget: any;
ready(): void;
attached(): void;
updateScrollState(): void;
_ensureTarget(): void;
}

interface HTMLElementTagNameMap {
Expand Down

0 comments on commit f956f41

Please sign in to comment.