Searched refs:WrappedComponent (Results 1 – 5 of 5) sorted by relevance
58 export declare function withSubscription(WrappedComponent: React.FC<object>): React.Component<objec…
319 function withSubscription(WrappedComponent) { argument348 React.createElement(WrappedComponent, null)));
1 …WrappedComponent: React.FC<object>): React.Component<object> {\n class LogBoxStateSubscription ex…
124 WrappedComponent: React.ComponentType<T>,128 {(insets) => <WrappedComponent {...props} insets={insets} ref={ref} />}
357 export function withSubscription(WrappedComponent: React.FC<object>): React.Component<object> {393 <WrappedComponent />