@material-ui/types
Advanced tools
Comparing version 5.1.7 to 5.1.8
@@ -51,3 +51,5 @@ import * as React from 'react'; | ||
*/ | ||
export type OverridableStringUnion<T, U = {}> = GenerateStringUnion<Overwrite<T, U>>; | ||
export type OverridableStringUnion<T extends string | number, U = {}> = GenerateStringUnion< | ||
Overwrite<Record<T, true>, U> | ||
>; | ||
@@ -54,0 +56,0 @@ /** |
{ | ||
"name": "@material-ui/types", | ||
"version": "5.1.7", | ||
"version": "5.1.8", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "Material-UI Team", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
759012
78