A lazily imported module that exports a React component.

interface ComponentModule {
    default: ComponentType;
}

Properties

Properties

default: ComponentType

The exported component.