assui 2.0.33 → 2.0.34

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.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { ModalProps } from 'antd/es/modal';
3
- export interface refProps {
3
+ export interface ModalAction {
4
4
  open: () => void;
5
5
  close: () => void;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { ModalProps } from 'antd/es/modal';
3
- export interface refProps {
3
+ export interface ModalAction {
4
4
  open: () => void;
5
5
  close: () => void;
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -69,5 +69,5 @@
69
69
  "node": ">=10.0.0"
70
70
  },
71
71
  "license": "MIT",
72
- "gitHead": "1d0561145c44484d29ebe166655944d27ecc6648"
72
+ "gitHead": "f5a14525d523426cc473063c0d004a609fc53f43"
73
73
  }