kui-basic 1.1.260 → 1.1.262

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
@@ -410,7 +410,7 @@ interface ModalProps
410
410
  > {
411
411
  isOpen?: boolean
412
412
  handleClose?: () => void
413
- title?: string
413
+ title?: string | ReactElement
414
414
  size?: ModalSizes
415
415
  icon?: ReactElement
416
416
  isScrollable?: boolean