UNPKG

@azure/msal-browser

Version:
5 lines 332 B
import { IController } from "./IController"; import { Configuration } from "../config/Configuration"; export declare function createV3Controller(config: Configuration): Promise<IController>; export declare function createController(config: Configuration): Promise<IController | null>; //# sourceMappingURL=ControllerFactory.d.ts.map