Search
    Preparing search index...
    type IWrappedComponent<P> = {
        wrappedComponent: IReactComponent<P>;
    }

    Type Parameters

    • P
    Index

    Properties

    Properties

    wrappedComponent: IReactComponent<P>