@zealicsolutions/web-ui 0.3.50 → 0.3.52

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,6 @@ export declare type InputFieldProps = Partial<{
20
20
  formData: AnyObject;
21
21
  }>;
22
22
  declare type ReturnValueType = Record<FormStateType, string>;
23
- export declare const getMockValueForSuccessAndFormatError: (type: InputFieldTypes) => ReturnValueType;
23
+ export declare const getMockValueForSuccessState: (type: InputFieldTypes) => ReturnValueType;
24
24
  export declare const InputField: ({ control, name, inputProps, styles, labelsProps, defaultValue, optional, required, rules, conditionConfig, state, formData, }: InputFieldProps) => JSX.Element | null;
25
25
  export {};