fix: form type

pull/2724/head
tanjinzhou 2020-08-19 18:09:17 +08:00
parent aa7d2d92d1
commit 23f6116610
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1fcb6d17a15cccb3ce44539a1bbf9612e74933cd
Subproject commit 38ec9e4d590312ac56c01203ae13453bdf36a0c7

View File

@ -82,7 +82,7 @@ export declare type RuleType =
| 'url'
| 'hex'
| 'email';
export declare type RuleObject = BaseRule | ArrayRule;
declare type Validator = (
rule: any,
value: any,