Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Oct 30, 2018
2 parents 2231eed + 7dda9a2 commit 47cd310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preact.d.ts
Expand Up @@ -22,7 +22,7 @@ declare namespace preact {
type PreactHTMLAttributes = ClassAttributes<any>;

interface Attributes {
key?: string | number | any;
key?: Key;
jsx?: boolean;
}

Expand Down

0 comments on commit 47cd310

Please sign in to comment.