dfh-ui-library 1.12.623 → 1.12.624
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.
- 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/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/index.d.ts +1 -1
- package/package.json +1 -1
@@ -1,4 +1,4 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { ITyphographyFormGenProps } from "../../shared/models/components/base.model";
|
3
|
-
declare const TyphographyFormGen:
|
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:
|
1256
|
+
declare const TyphographyFormGen: React__default.FC<ITyphographyFormGenProps>;
|
1257
1257
|
|
1258
1258
|
declare const Checkbox: React__default.FC<ICheckboxProps>;
|
1259
1259
|
|