dfh-ui-library 1.12.626 → 1.12.627
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/shared/models/components/base.model.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/shared/models/components/base.model.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +2 -2
@@ -56,11 +56,11 @@ export interface ITyphographyProps extends IChildrenProp, IAdditionalClassesProp
|
|
56
56
|
}
|
57
57
|
export interface ITyphographyFormGenProps extends IChildrenProp, IAdditionalClassesProp {
|
58
58
|
type?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
59
|
-
|
59
|
+
componentType?: "p" | undefined;
|
60
60
|
color?: string;
|
61
61
|
onClick?: () => void;
|
62
62
|
disabled?: boolean;
|
63
|
-
|
63
|
+
text?: string;
|
64
64
|
}
|
65
65
|
export interface IIconProps extends IAdditionalClassesProp, IIconTypeProp {
|
66
66
|
/**
|