UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

5 lines (4 loc) 198 B
import { AuthenticationOption } from "@omnia/fx-models"; export declare function useProvider(): { getProvider: (type: AuthenticationOption) => import("../../Shared").OmniaAuthProviderClient; };