@bigbinary/neetoui 5.2.32 → 5.2.34

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
@@ -588,7 +588,7 @@ export type SliderProps = {
588
588
 
589
589
  export type NoDataProps = {
590
590
  title?: string;
591
- description?: string;
591
+ description?: React.ReactNode;
592
592
  helpText?: React.ReactNode;
593
593
  primaryButtonProps?: ButtonProps;
594
594
  secondaryButtonProps?: ButtonProps;