@abdellatifui/react 3.1.111 → 3.1.113

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/nextgen.d.ts CHANGED
@@ -517,6 +517,7 @@ export declare const ModelContext: Context< {}>;
517
517
  declare interface ModelHandle {
518
518
  open: () => void;
519
519
  close: () => void;
520
+ setChildren: (renderer: (() => default_2.ReactNode) | default_2.ReactNode) => void;
520
521
  readonly isOpen: boolean;
521
522
  }
522
523