@elliemae/ds-typescript-helpers
Advanced tools
Comparing version 3.49.0-rc.8 to 3.49.0-rc.9
@@ -160,3 +160,3 @@ /// <reference types="react" /> | ||
*/ | ||
type ReactFunctionalHOC<T = Record<string, unknown>> = (Component: React.ComponentType<JSX.IntrinsicAttributes & T>) => React.ComponentType<JSX.IntrinsicAttributes & T>; | ||
type ReactFunctionalHOC<T = Record<string, unknown>> = (Component: React.ComponentType<React.JSX.IntrinsicAttributes & T>) => React.ComponentType<React.JSX.IntrinsicAttributes & T>; | ||
/** | ||
@@ -203,3 +203,3 @@ * An helper useful when you need to type an higher order component that has special requirements on the interface of the component it implements | ||
*/ | ||
type ReactFunctionalHOCWithDifferentInterface<K = Record<string, unknown>, T = Record<string, unknown>> = (Component: React.ComponentType<JSX.IntrinsicAttributes & T>) => React.ComponentType<K>; | ||
type ReactFunctionalHOCWithDifferentInterface<K = Record<string, unknown>, T = Record<string, unknown>> = (Component: React.ComponentType<React.JSX.IntrinsicAttributes & T>) => React.ComponentType<K>; | ||
/** | ||
@@ -206,0 +206,0 @@ * An helper for declaring the return type of React.useRef in a way that reflects the reality of how it can be used |
{ | ||
"name": "@elliemae/ds-typescript-helpers", | ||
"version": "3.49.0-rc.8", | ||
"version": "3.49.0-rc.9", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "description": "ICE MT - Dimsum - Typescript helpers", | ||
"@elliemae/pui-cli": "9.0.0-next.50", | ||
"@elliemae/ds-monorepo-devops": "3.49.0-rc.8" | ||
"@elliemae/ds-monorepo-devops": "3.49.0-rc.9" | ||
}, | ||
@@ -40,0 +40,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
48365