@frigade/react 2.1.0 → 2.1.1

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
@@ -1220,7 +1220,7 @@ interface AnnouncementProps extends FlowPropsWithoutChildren, DialogProps {
1220
1220
  /**
1221
1221
  * @ignore
1222
1222
  */
1223
- children: React.ReactNode;
1223
+ children?: React.ReactNode;
1224
1224
  /**
1225
1225
  * @ignore
1226
1226
  */