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