Function withStorageDeviceContainer
- withStorageDeviceContainer<T>(WrappedComponent): ((props) => Element)
Type Parameters
- T extends StorageDeviceContainerProps = StorageDeviceContainerProps
Parameters
- WrappedComponent: ComponentType<T>
Returns ((props) => Element)
- (props): Element
Parameters
- props: Omit<T, "storageDeviceContainer">
Returns Element
react HOC to provide a StorageDeviceContainer to a component