Skip to content

Commit

Permalink
Merge pull request #1037 from developit/k1r0s-patch-1
Browse files Browse the repository at this point in the history
TS: Add missing value type to value attribute
  • Loading branch information
marvinhagemeister authored Mar 16, 2018
2 parents 44547f3 + 3d581e8 commit 5c217bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preact.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ declare global {
title?: string;
type?: string;
useMap?: string;
value?: string | string[];
value?: string | string[] | number;
width?: number | string;
wmode?: string;
wrap?: string;
Expand Down

0 comments on commit 5c217bf

Please sign in to comment.