KC's Workspace
    Preparing search index...
    interface ReactRefreshOptions {
        emitFullSignatures?: boolean;
        refreshReg?: string;
        refreshSig?: string;
    }
    Index

    Properties

    emitFullSignatures?: boolean
    refreshReg?: string

    Specify the identifier of the refresh registration variable.

    $RefreshReg$.

    refreshSig?: string

    Specify the identifier of the refresh signature variable.

    $RefreshSig$.