magic-helper
Version:
this is magic helper
18 lines • 657 B
TypeScript
declare const _default: {
getParams: () => any;
getParamsByKey: (key: string) => any;
getAuthInfo: () => {
authCtxCode: any;
authorization: any;
projectCode: any;
};
getScanRes: () => any;
openDoor: (config: import("./types").OpenDoorConfig) => Promise<unknown>;
initParams: () => Promise<unknown>;
action: (action: import("./types").ActionParams) => Promise<unknown>;
toScan: (config: import("./types").ScanParams) => void;
navigateTo: (config: import("./types").NavigateParams) => Promise<unknown>;
closeApplet: () => void;
};
export default _default;
//# sourceMappingURL=index.d.ts.map