@forge/react

11.17.0-experimental-04cc2b911.18.0-next.0
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[];
 }
-type CheckboxGroupProps = MacroCheckboxGroupProps | UIKitCheckboxGroupProps;
+declare 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