assui 2.0.25 → 2.0.26
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.
package/es/text-input/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { InputProps } from 'antd/es/input';
|
|
2
1
|
import type { ConditionInputProps } from '../condition-input';
|
|
3
|
-
export declare type TextInputProps = ConditionInputProps
|
|
2
|
+
export declare type TextInputProps = ConditionInputProps;
|
|
4
3
|
declare const TextInput: (props: TextInputProps) => JSX.Element;
|
|
5
4
|
export default TextInput;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { InputProps } from 'antd/es/input';
|
|
2
1
|
import type { ConditionInputProps } from '../condition-input';
|
|
3
|
-
export declare type TextInputProps = ConditionInputProps
|
|
2
|
+
export declare type TextInputProps = ConditionInputProps;
|
|
4
3
|
declare const TextInput: (props: TextInputProps) => JSX.Element;
|
|
5
4
|
export default TextInput;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.26",
|
|
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": "
|
|
72
|
+
"gitHead": "d5c87280e0aeb91010acb35b8565cbbc94ae51cd"
|
|
73
73
|
}
|