1
0
Эх сурвалжийг харах

chore: export async-validator RuleItem interface

pointhalo 3 жил өмнө
parent
commit
414a505e4e

+ 1 - 1
packages/semi-ui/form/interface.ts

@@ -15,7 +15,7 @@ import { RadioProps } from '../radio/index';
 import { ErrorMessageProps, ReactFieldError as FieldError } from './errorMessage';
 import { LabelProps } from './label';
 
-export { FormState, FormApi, WithFieldOption };
+export { FormState, FormApi, WithFieldOption, RuleItem };
 
 export type CommonFieldProps = {
     /** Field is required (except Form. Checkbox within the Group, Form. Radio) */