@types/styled-system
Advanced tools
Comparing version 5.1.20 to 5.1.21
@@ -117,4 +117,4 @@ import * as CSS from "csstype"; | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
export function style<N = string | number, S = Scale>( | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
args: LowLevelStyleFunctionArguments<N, S>, | ||
@@ -187,7 +187,9 @@ ): styleFn; | ||
export function variant< | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
TStyle = object, | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
K extends string = string, | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
TPropName = string, | ||
>( | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
props: VariantArgs<TStyle, K, TPropName>, | ||
@@ -194,0 +196,0 @@ ): (...args: any[]) => any; |
{ | ||
"name": "@types/styled-system", | ||
"version": "5.1.20", | ||
"version": "5.1.21", | ||
"description": "TypeScript definitions for styled-system", | ||
@@ -110,4 +110,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/styled-system", | ||
}, | ||
"typesPublisherContentHash": "9c9fc86ecd6776e1eabf4293714c2c980af341048922f45d6e7c23b2b474bdbc", | ||
"typesPublisherContentHash": "568dff29af585ad3669a0c6ae646daf9228a3fdc15254507c2559f0506f29be1", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Last updated: Mon, 06 Nov 2023 19:41:13 GMT | ||
* Dependencies: [csstype](https://npmjs.com/package/csstype) | ||
@@ -14,0 +14,0 @@ |
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
64596
1368