export type HOC_Inject = ( Component: React.ComponentType, ) => React.ComponentType>; export type HOC_Expand = ( Component: React.ComponentType, ) => React.ComponentType;