@peersyst/react-types
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -120,3 +120,3 @@ import { CSSProperties } from "react"; | ||
[Key in keyof T]: T[Key] extends object | ||
? `${Key}` | `${Key}.${NestedKeys<T[Key], Iterations[I]>}` | ||
? `${Key}` | `${Key}.${CoreNestedKeys<T[Key], Iterations[I]>}` | ||
: Key; | ||
@@ -134,3 +134,3 @@ }[Extract<keyof T, string>]; | ||
[Key in keyof T]: T[Key] extends object | ||
? `${Key}.${NestedKeys<T[Key], Iterations[I]>}` | ||
? `${Key}.${CoreNestedKeys<T[Key], Iterations[I]>}` | ||
: Key; | ||
@@ -137,0 +137,0 @@ }[Extract<keyof T, string>]; |
{ | ||
"name": "@peersyst/react-types", | ||
"author": "Peersyst", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "types": "./index.d.ts", |
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
5892