references to polymer def file

This commit is contained in:
unknown
2015-03-31 14:49:09 +02:00
parent 8051bfc3bc
commit 7e3615254a
6 changed files with 12 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@
// Definitions by: Louis Grignon <https://github.com/lgrignon>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="polymer.d.ts"/>
declare module PolymerComponents {
module App {
export interface Router extends PolymerElement, HTMLElement {
+2
View File
@@ -3,6 +3,8 @@
// Definitions by: Louis Grignon <https://github.com/lgrignon>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="polymer.d.ts"/>
declare module PolymerComponents {
export module Core {
export interface DrawerPanel extends PolymerElement, HTMLElement {
+2
View File
@@ -3,6 +3,8 @@
// Definitions by: Louis Grignon <https://github.com/lgrignon>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="polymer.d.ts"/>
declare module PolymerComponents {
export module Core {
export interface Overlay extends PolymerElement, HTMLElement {
+2
View File
@@ -3,6 +3,8 @@
// Definitions by: Louis Grignon <https://github.com/lgrignon>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="polymer.d.ts"/>
declare module PolymerComponents {
export module Core {
export interface Selector extends PolymerElement, HTMLElement {
+2
View File
@@ -3,6 +3,8 @@
// Definitions by: Louis Grignon <https://github.com/lgrignon>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="polymer.d.ts"/>
declare module PolymerComponents {
export module Paper {
export interface Dialog extends PolymerComponents.Core.Overlay, HTMLElement {
+2
View File
@@ -3,6 +3,8 @@
// Definitions by: Louis Grignon <https://github.com/lgrignon>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="polymer.d.ts"/>
declare module PolymerComponents {
export module Paper {
export interface Toast extends PolymerElement, HTMLElement {