mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
references to polymer def file
This commit is contained in:
Vendored
+2
@@ -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
@@ -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 {
|
||||
|
||||
Vendored
+2
@@ -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 {
|
||||
|
||||
Vendored
+2
@@ -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 {
|
||||
|
||||
Vendored
+2
@@ -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 {
|
||||
|
||||
Vendored
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user