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

Commit bb9ef1a

Browse files
committed
update types
1 parent 990cf32 commit bb9ef1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iron-form.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ interface IronFormElement extends Polymer.Element {
136136
_handleFormResponse(event: any): void;
137137
_handleFormError(event: any): void;
138138
_makeAjaxRequest(json: any): void;
139+
_getResettableElements(): any;
139140
_getValidatableElements(): any;
140141
_getSubmittableElements(): any;
141142
_serializeElementValues(element: any): any;

0 commit comments

Comments
 (0)