Browse Source

fix: form type

pull/2724/head
tanjinzhou 4 years ago
parent
commit
23f6116610
  1. 2
      antdv-demo
  2. 2
      types/form/form.d.ts

2
antdv-demo

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

2
types/form/form.d.ts vendored

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

Loading…
Cancel
Save