@forge/react
11.17.011.17.0-experimental-04cc2b9
out/components/index.d.ts~
out/components/index.d.tsModified+1−1
Index: package/out/components/index.d.ts
===================================================================
--- package/out/components/index.d.ts
+++ package/out/components/index.d.ts
@@ -32,9 +32,9 @@
value: string;
}[];
defaultValue?: string[];
}
-declare type CheckboxGroupProps = MacroCheckboxGroupProps | UIKitCheckboxGroupProps;
+type CheckboxGroupProps = MacroCheckboxGroupProps | UIKitCheckboxGroupProps;
/**
* A Checkbox group is a list of options where one or more choices can be selected.
*
* @see [CheckboxGroup](https://developer.atlassian.com/platform/forge/ui-kit/components/checkbox-group/) in UI Kit documentation for more information