mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #28289 from eduardo-dangelo/patch-1
styled-system: Added "none" to supported display values
This commit is contained in:
Vendored
+1
@@ -110,6 +110,7 @@ export function letterSpacing(...args: any[]): any;
|
||||
*/
|
||||
|
||||
export type DisplayValue =
|
||||
| "none"
|
||||
| "inline"
|
||||
| "block"
|
||||
| "contents"
|
||||
|
||||
Reference in New Issue
Block a user