@abdellatifui/react 3.1.113 → 3.1.114

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,7 +517,6 @@ 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;
521
520
  readonly isOpen: boolean;
522
521
  }
523
522