Skip to content

Commit

Permalink
add slot support for typescript (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
juicelink authored and developit committed Mar 25, 2017
1 parent 0707442 commit 8567c8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/preact.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ declare namespace JSX {
shape?:string;
size?:number;
sizes?:string;
slot?:string;
span?:number;
spellCheck?:boolean;
src?:string;
Expand Down Expand Up @@ -487,6 +488,7 @@ declare namespace JSX {
script:HTMLAttributes;
section:HTMLAttributes;
select:HTMLAttributes;
slot:HTMLAttributes;
small:HTMLAttributes;
source:HTMLAttributes;
span:HTMLAttributes;
Expand Down

0 comments on commit 8567c8b

Please sign in to comment.