gd-bs 6.6.25 → 6.6.27

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/gd-bs.d.ts CHANGED
@@ -2325,6 +2325,7 @@ declare module 'gd-bs/components/offcanvas/types' {
2325
2325
  body?: string | T;
2326
2326
  data?: any;
2327
2327
  id?: string;
2328
+ onClose?: (el: HTMLDivElement) => void;
2328
2329
  onRenderBody?: (el?: HTMLDivElement, props?: IOffcanvasProps) => void;
2329
2330
  onRenderHeader?: (el?: HTMLDivElement, props?: IOffcanvasProps) => void;
2330
2331
  options?: IOffcanvasOptions;