@kentico/xperience-admin-components 26.3.3 → 26.5.0

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/dist/entry.d.ts CHANGED
@@ -1246,6 +1246,10 @@ export declare interface DialogProps extends DialogContentProps, UITestProps {
1246
1246
  * Function that will be run after the modal has opened.
1247
1247
  */
1248
1248
  readonly onAfterOpen?: () => void;
1249
+ /**
1250
+ * Function that will be run when the user clicks outside the modal.
1251
+ */
1252
+ readonly onOverlayClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
1249
1253
  }
1250
1254
 
1251
1255
  export declare enum Dimensions {