Skip to content

Commit

Permalink
Merge pull request #23 from pushkine/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
localvoid committed Jul 22, 2020
2 parents 9c7c547 + 6dfe8ec commit 686a8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ivi/src/dom/style.ts
Expand Up @@ -198,7 +198,7 @@ export declare interface CSSStyleProps {
* "auto" | "loose" | "normal" | "strict"
*/
"line-break"?: string;
"line-geight"?: number | string;
"line-height"?: number | string;
"list-style"?: string;
"list-style-image"?: string;
"list-style-position"?: string;
Expand Down

0 comments on commit 686a8bc

Please sign in to comment.