Function withBoardContainer
- withBoardContainer<T>(WrappedComponent): ((props) => Element)
Type Parameters
- T extends BoardContainerProps = BoardContainerProps
Parameters
- WrappedComponent: ComponentType<T>
Returns ((props) => Element)
- (props): Element
Parameters
- props: Omit<T, "boardContainer">
Returns Element
react HOC to provide a BoardContainer to a component