Preparing search index...
    type LoadingOverlayProps = {
        visible: boolean;
        message?: string;
        progress?: number;
        testID?: string;
    }
    Index

    Properties

    visible: boolean
    message?: string
    progress?: number
    testID?: string