This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update node version and patch material ui types
- Loading branch information
1 parent
0ba5014
commit 649fe18
Showing
5 changed files
with
199 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v12 | ||
v14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/node_modules/@types/material-ui/index.d.ts b/node_modules/@types/material-ui/index.d.ts | ||
index 2d8631e..de3e6f2 100644 | ||
--- a/node_modules/@types/material-ui/index.d.ts | ||
+++ b/node_modules/@types/material-ui/index.d.ts | ||
@@ -1284,6 +1284,7 @@ declare namespace __MaterialUI { | ||
anchorOrigin?: propTypes.origin; | ||
animated?: boolean; | ||
animation?: React.ComponentClass<Popover.PopoverAnimationProps>; | ||
+ autoWidth?: boolean; | ||
className?: string; | ||
disabled?: boolean; | ||
iconButton?: React.ReactNode; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.