dfh-ui-library 1.12.622 → 1.12.624

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { ITyphographyFormGenProps } from "../../shared/models/components/base.model";
3
- declare const TyphographyFormGen: ({ type, component, color, additionalClasses, children, onClick, disabled, ...rest }: ITyphographyFormGenProps) => React.JSX.Element;
3
+ declare const TyphographyFormGen: React.FC<ITyphographyFormGenProps>;
4
4
  export default TyphographyFormGen;
@@ -60,6 +60,7 @@ export interface ITyphographyFormGenProps extends IChildrenProp, IAdditionalClas
60
60
  color?: string;
61
61
  onClick?: () => void;
62
62
  disabled?: boolean;
63
+ subTitle?: string;
63
64
  }
64
65
  export interface IIconProps extends IAdditionalClassesProp, IIconTypeProp {
65
66
  /**