dfh-ui-library 1.12.622 → 1.12.623
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/TyphographyFormGen/TyphographyFormGen.d.ts +1 -1
- package/dist/cjs/types/shared/models/components/base.model.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/TyphographyFormGen/TyphographyFormGen.d.ts +1 -1
- package/dist/esm/types/shared/models/components/base.model.d.ts +1 -0
- package/dist/index.d.ts +2 -1
- package/package.json +2 -2
@@ -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,
|
3
|
+
declare const TyphographyFormGen: ({ type, component, color, additionalClasses, onClick, disabled, subTitle, ...rest }: ITyphographyFormGenProps) => React.JSX.Element;
|
4
4
|
export default TyphographyFormGen;
|