@zealicsolutions/web-ui 0.3.98 → 0.3.99

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,4 +36,4 @@ export declare type InputProps = Partial<{
36
36
  config?: MaskConfig;
37
37
  state: FormStateType;
38
38
  }>;
39
- export declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, internalConfig, config, ...rest }: InputProps) => JSX.Element | undefined;
39
+ export declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, internalConfig, config, ...rest }: InputProps) => JSX.Element;
@@ -32,7 +32,7 @@ declare const _default: {
32
32
  maskPattern: (string | RegExp)[];
33
33
  }> | undefined;
34
34
  state: import("../..").FormStateType;
35
- }>) => JSX.Element | undefined;
35
+ }>) => JSX.Element;
36
36
  };
37
37
  export default _default;
38
38
  export declare const Input: StoryFn<InputProps>;