dfh-ui-library 1.12.623 → 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, onClick, disabled, subTitle, ...rest }: ITyphographyFormGenProps) => React.JSX.Element;
3
+ declare const TyphographyFormGen: React.FC<ITyphographyFormGenProps>;
4
4
  export default TyphographyFormGen;
package/dist/index.d.ts CHANGED
@@ -1253,7 +1253,7 @@ declare const Button: ({ type, isDisabled, buttonLabel, iconType, iconColor, ico
1253
1253
  */
1254
1254
  declare const Typhography: ({ type, component, color, additionalClasses, children, onClick, disabled, ...rest }: ITyphographyProps) => React__default.JSX.Element;
1255
1255
 
1256
- declare const TyphographyFormGen: ({ type, component, color, additionalClasses, onClick, disabled, subTitle, ...rest }: ITyphographyFormGenProps) => React__default.JSX.Element;
1256
+ declare const TyphographyFormGen: React__default.FC<ITyphographyFormGenProps>;
1257
1257
 
1258
1258
  declare const Checkbox: React__default.FC<ICheckboxProps>;
1259
1259
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.623",
3
+ "version": "1.12.624",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",