Type Alias UseSFCInstallWithContext<T>

UseSFCInstallWithContext<T>: UseSFCWithInstall<T> & {
    _context: AppContext | null;
}

Type Parameters

  • T