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