Skip to content

Commit

Permalink
adding correct inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
eavichay committed Apr 25, 2017
1 parent ec79070 commit 14d9955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export declare class Slim {
export declare class Slim extends HTMLElement {
static polyfill(url:string):void;
static tag(tag:string, template:string, clazz:any):void;
static getTag(clazz:Slim):string;
Expand Down

0 comments on commit 14d9955

Please sign in to comment.