kui-basic 1.1.129 → 1.1.130

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,6 +410,7 @@ interface ModalProps
410
410
  isScrollable?: boolean
411
411
  description?: string
412
412
  isHasHeader?: boolean
413
+ withAutoClosing?: boolean
413
414
  }
414
415
 
415
416
  type ModalType = (props: ModalProps) => React.ReactElement