magic-helper
Version:
this is magic helper
9 lines • 373 B
TypeScript
declare const magicH5: {
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 magicH5;
//# sourceMappingURL=index.d.ts.map