@trackunit/react-form-components 0.0.219 → 0.0.225-alpha-9c359562be.0
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/package.json
CHANGED
|
@@ -31,7 +31,7 @@ export interface FormGroupProps extends CommonProps {
|
|
|
31
31
|
/**
|
|
32
32
|
* The props for setting the icon on tip.
|
|
33
33
|
*/
|
|
34
|
-
tipIconProps?:
|
|
34
|
+
tipIconProps?: IconProps;
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
37
|
* The FormGroup component should be used to wrap any Input element that needs a label.
|