@bigbinary/neetoui 5.0.9 → 5.0.11

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/index.d.ts CHANGED
@@ -116,7 +116,7 @@ export interface AlertProps {
116
116
  onClose?: () => void;
117
117
  onSubmit?: () => void;
118
118
  title?: string;
119
- message?: string;
119
+ message?: React.ReactNode;
120
120
  submitButtonLabel?: string;
121
121
  cancelButtonLabel?: string;
122
122
  }