types(Form): use tsx (#8153)
This commit is contained in:
@@ -20,6 +20,11 @@ export type FieldAutosizeConfig = {
|
||||
minHeight?: number;
|
||||
};
|
||||
|
||||
export type FieldValidateError = {
|
||||
name?: string;
|
||||
message: string;
|
||||
};
|
||||
|
||||
export type FieldRule = {
|
||||
pattern?: RegExp;
|
||||
trigger?: FieldValidateTrigger;
|
||||
|
||||
Reference in New Issue
Block a user