We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1622b63 commit d32a0a7Copy full SHA for d32a0a7
1 file changed
packages/di/di.tsx
@@ -105,7 +105,7 @@ const registryHocMark = 'RegistryHoc'
105
export type HOC<T> = (WrappedComponent: ComponentType) => ComponentType<T>
106
107
type IRegistryEntity<T = any> = ComponentType<T> | IRegistryHOC<T>
108
-type IRegistryComponents = Record<string, IRegistryEntity>
+export type IRegistryComponents = Record<string, IRegistryEntity>
109
110
interface IRegistryHOC<T> extends React.FC<T> {
111
$symbol: typeof registryHocMark
0 commit comments