dfh-ui-library 1.12.623 → 1.12.625

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, onClick, disabled, subTitle, ...rest }: ITyphographyFormGenProps) => React.JSX.Element;
3
+ declare const TyphographyFormGen: React.FC<ITyphographyFormGenProps>;
4
4
  export default TyphographyFormGen;