@solace-health/ui 0.5.2 → 0.6.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/dist/index.d.ts CHANGED
@@ -251,7 +251,7 @@ declare const _default: {
251
251
  delayError: number;
252
252
  }> | undefined;
253
253
  onSubmit: (data: any) => void;
254
- children: string | JSX.Element | JSX.Element[];
254
+ children: react.ReactNode;
255
255
  className?: string | undefined;
256
256
  }) => react_jsx_runtime.JSX.Element;
257
257
  Checkbox: ({ option, name, ...inputProps }: {