React Corsair - v0.0.10
    Preparing search index...

    Interface ComponentModule

    A lazily imported module that exports a React component.

    interface ComponentModule {
        default: ComponentType;
    }
    Index

    Properties

    Properties

    default: ComponentType

    The exported component.