summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/third_party/polymer2/bower_components/iron-location/iron-query-params.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/catapult/third_party/polymer2/bower_components/iron-location/iron-query-params.d.ts')
-rw-r--r--chromium/third_party/catapult/third_party/polymer2/bower_components/iron-location/iron-query-params.d.ts26
1 files changed, 26 insertions, 0 deletions
diff --git a/chromium/third_party/catapult/third_party/polymer2/bower_components/iron-location/iron-query-params.d.ts b/chromium/third_party/catapult/third_party/polymer2/bower_components/iron-location/iron-query-params.d.ts
new file mode 100644
index 00000000000..dcffb3e9f2d
--- /dev/null
+++ b/chromium/third_party/catapult/third_party/polymer2/bower_components/iron-location/iron-query-params.d.ts
@@ -0,0 +1,26 @@
+/**
+ * DO NOT EDIT
+ *
+ * This file was automatically generated by
+ * https://github.com/Polymer/gen-typescript-declarations
+ *
+ * To modify these typings, edit the source file(s):
+ * iron-query-params.html
+ */
+
+/// <reference path="../polymer/types/polymer.d.ts" />
+
+interface IronQueryParamsElement extends Polymer.Element {
+ paramsString: string|null|undefined;
+ paramsObject: object|null|undefined;
+ _dontReact: boolean|null|undefined;
+ hostAttributes: object|null;
+ paramsStringChanged(): void;
+ paramsObjectChanged(): void;
+ _encodeParams(params: any): any;
+ _decodeParams(paramString: any): any;
+}
+
+interface HTMLElementTagNameMap {
+ "iron-query-params": IronQueryParamsElement;
+}