@peersyst/react-utils
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -21,4 +21,2 @@ import { JSXElementConstructor, ReactNode } from "react"; | ||
children: ReactNode; | ||
}, S extends string[], K extends S[number], E extends Partial<Record<K, JSXElementConstructor<any>>>, RE extends { | ||
[x: K]: JSXElementConstructor<any>; | ||
}>(factory: (props: P, slots: Slots<K[], RE>) => JSX.Element, slots: K[], extensions?: E): JSXElementConstructor<P> & Slots<K[], E>; | ||
}, S extends string[], K extends S[number], E extends Record<K, JSXElementConstructor<any>>>(factory: (props: P, slots: Slots<K[], E>) => JSX.Element, slots: K[], extensions?: Partial<E>): JSXElementConstructor<P> & Slots<K[], E>; |
{ | ||
"name": "@peersyst/react-utils", | ||
"author": "Peersyst", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "./node/index.js", |
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
133092
2782