@thecb/components 8.4.6-beta.0 → 8.4.6-beta.2
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/index.d.ts
CHANGED
|
@@ -1014,8 +1014,8 @@ interface RadioGroupProps {
|
|
|
1014
1014
|
extraStyles?: string;
|
|
1015
1015
|
field: Field;
|
|
1016
1016
|
fieldActions: FieldActions;
|
|
1017
|
-
handleChange
|
|
1018
|
-
heading
|
|
1017
|
+
handleChange?: () => void;
|
|
1018
|
+
heading?: ReactNode;
|
|
1019
1019
|
headingText: string;
|
|
1020
1020
|
}
|
|
1021
1021
|
|
package/package.json
CHANGED