UNPKG

react-playmakers

Version:

React wrapper providing utilities for PlayMakers integration

12 lines (11 loc) 300 B
export interface ProviderType { displayName: string; identityProvider: string | { custom: string; }; } export interface ProvidersType { [key: string]: ProviderType; } export declare const providers: ProvidersType; export type ProviderKeys = keyof typeof providers;