Skip to content

Commit

Permalink
Update style typings to allow strings
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jun 28, 2019
1 parent f9ed96c commit b45fbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx.d.ts
Expand Up @@ -601,7 +601,7 @@ export namespace JSXInternal {
srcSet?: string;
start?: number;
step?: number | string;
style?: {[key: string]: string | number};
style?: string | {[key: string]: string | number};
summary?: string;
tabIndex?: number;
target?: string;
Expand Down

0 comments on commit b45fbac

Please sign in to comment.