Add .d.ts files
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
declare function _exports({ clientId, redirectUrl, setLoading, scopes }: {
|
||||
clientId: string;
|
||||
redirectUrl: string;
|
||||
setLoading?: (arg0: boolean) => void;
|
||||
scopes?: string[];
|
||||
}): void;
|
||||
export = _exports;
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
declare function _exports({ clientId, element, triggerPrompt, readyStateDispatch, }: {
|
||||
clientId: string;
|
||||
element: HTMLElement;
|
||||
triggerPrompt: boolean;
|
||||
readyStateDispatch?: () => void;
|
||||
}): Promise<boolean>;
|
||||
export = _exports;
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
declare function _exports(params: object | null): Promise<boolean>;
|
||||
export = _exports;
|
||||
Reference in New Issue
Block a user