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

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
200Puls committed Apr 6, 2018
1 parent 990cf32 commit bb9ef1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iron-form.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ interface IronFormElement extends Polymer.Element {
_handleFormResponse(event: any): void;
_handleFormError(event: any): void;
_makeAjaxRequest(json: any): void;
_getResettableElements(): any;
_getValidatableElements(): any;
_getSubmittableElements(): any;
_serializeElementValues(element: any): any;
Expand Down

0 comments on commit bb9ef1a

Please sign in to comment.