fix: form type
parent
aa7d2d92d1
commit
23f6116610
|
@ -1 +1 @@
|
||||||
Subproject commit 1fcb6d17a15cccb3ce44539a1bbf9612e74933cd
|
Subproject commit 38ec9e4d590312ac56c01203ae13453bdf36a0c7
|
|
@ -82,7 +82,7 @@ export declare type RuleType =
|
||||||
| 'url'
|
| 'url'
|
||||||
| 'hex'
|
| 'hex'
|
||||||
| 'email';
|
| 'email';
|
||||||
export declare type RuleObject = BaseRule | ArrayRule;
|
|
||||||
declare type Validator = (
|
declare type Validator = (
|
||||||
rule: any,
|
rule: any,
|
||||||
value: any,
|
value: any,
|
||||||
|
|
Loading…
Reference in New Issue