@scripso-homepad/ui 0.4.21 → 0.4.23

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.
@@ -457,7 +457,7 @@ declare function Modal({ open, title, subtitle, icon, iconContainerClassName, ch
457
457
 
458
458
  type DrawerProps = {
459
459
  open: boolean;
460
- title: string;
460
+ title: ReactNode;
461
461
  subtitle?: string;
462
462
  subtitleClassName?: string;
463
463
  headerBottom?: ReactNode;
@@ -457,7 +457,7 @@ declare function Modal({ open, title, subtitle, icon, iconContainerClassName, ch
457
457
 
458
458
  type DrawerProps = {
459
459
  open: boolean;
460
- title: string;
460
+ title: ReactNode;
461
461
  subtitle?: string;
462
462
  subtitleClassName?: string;
463
463
  headerBottom?: ReactNode;