update types

This commit is contained in:
Steven Orvell
2018-11-01 13:03:43 -07:00
parent f93daba4c9
commit 5c3bf54c4a
3 changed files with 22 additions and 7 deletions
+1
View File
@@ -9,6 +9,7 @@
*/
/// <reference path="../utils/boot.d.ts" />
/// <reference path="../utils/telemetry.d.ts" />
/// <reference path="../utils/mixin.d.ts" />
/// <reference path="properties-changed.d.ts" />
-7
View File
@@ -16,11 +16,4 @@
* own custom HTML elements.
*/
declare namespace Polymer {
/**
* Provides basic tracking of element definitions (registrations) and
* instance counts.
*/
namespace telemetry {
}
}
+21
View File
@@ -0,0 +1,21 @@
/**
* 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):
* lib/utils/telemetry.html
*/
/// <reference path="boot.d.ts" />
declare namespace Polymer {
/**
* Provides basic tracking of element definitions (registrations) and
* instance counts.
*/
namespace telemetry {
}
}