8 lines
216 B
TypeScript
8 lines
216 B
TypeScript
|
declare function _exports({ clientId, redirectUrl, setLoading, scopes }: {
|
||
|
clientId: string;
|
||
|
redirectUrl: string;
|
||
|
setLoading?: (arg0: boolean) => void;
|
||
|
scopes?: string[];
|
||
|
}): void;
|
||
|
export = _exports;
|