dfh-ui-library 1.13.112 → 1.13.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import React from "react";
2
- import { TabButtonProps } from "../../shared/models/components/common.model";
1
+ import React from 'react';
2
+ import { TabButtonProps } from '../../shared/models/components/common.model';
3
3
  declare const TabButton: React.FC<TabButtonProps>;
4
4
  export default TabButton;
@@ -579,6 +579,7 @@ export interface IInputPropsV2 extends Omit<TextareaHTMLAttributes<HTMLTextAreaE
579
579
  setValue?: (value: string) => void;
580
580
  isRequired?: boolean;
581
581
  onChange?: (value: string) => void;
582
+ selected?: selectedValue;
582
583
  }
583
584
  export interface ICardProps {
584
585
  /**