mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
update types
This commit is contained in:
+1
@@ -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" />
|
||||
|
||||
|
||||
Vendored
-7
@@ -16,11 +16,4 @@
|
||||
* own custom HTML elements.
|
||||
*/
|
||||
declare namespace Polymer {
|
||||
|
||||
/**
|
||||
* Provides basic tracking of element definitions (registrations) and
|
||||
* instance counts.
|
||||
*/
|
||||
namespace telemetry {
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+21
@@ -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 {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user