dfh-ui-library 1.12.484 → 1.12.485

Sign up to get free protection for your applications and to get access to all the features.
@@ -276,7 +276,6 @@ export interface SsnInputProps {
276
276
  isIconRight?: boolean;
277
277
  rightIcon?: string;
278
278
  iconClassRight?: string;
279
- isMasked: boolean;
280
279
  iconOnClick?: (event: React.ChangeEvent<HTMLInputElement>) => void;
281
280
  }
282
281
  export interface ModalProps {