Skip to content

Commit

Permalink
Patch CSSStyleDeclaration to avoid bumping TypeScript version on 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Dec 24, 2022
1 parent ad86fd9 commit ae69158
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/widgets/src/cssPatch.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare interface CSSStyleDeclaration {
contentVisibility: string;
}
3 changes: 3 additions & 0 deletions packages/widgets/tests/src/cssPatch.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare interface CSSStyleDeclaration {
contentVisibility: string;
}

0 comments on commit ae69158

Please sign in to comment.