zigap-utils 0.0.468 → 0.0.469

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,5 +3,8 @@ import { Qr } from './qr';
3
3
  type ZigapType = {
4
4
  Qr: typeof Qr;
5
5
  };
6
- declare const Zigap: ZigapType;
7
- export default Zigap;
6
+ declare const _default: {
7
+ Zigap: ZigapType;
8
+ useZigap: () => import('..').LoginResultType | undefined;
9
+ };
10
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import { LoginResultType } from 'src/components';
2
+
3
+ export declare const LOGIN_RES_KEY = "loginRes";
4
+ export declare const useZigap: () => LoginResultType | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigap-utils",
3
- "version": "0.0.468",
3
+ "version": "0.0.469",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",