@abdellatifui/react 3.2.36 → 3.2.39

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
@@ -225,7 +225,7 @@ export declare interface ContainerProps extends default_2.HTMLAttributes<HTMLDiv
225
225
  shadow?: boolean | 'sm' | 'xl' | 'xxl';
226
226
  }
227
227
 
228
- export declare const ContextMenu: default_2.NamedExoticComponent<ContextMenuProps_2 & default_2.RefAttributes<unknown>>;
228
+ export declare const ContextMenu: default_2.MemoExoticComponent<(props: ContextMenuProps_2) => JSX.Element>;
229
229
 
230
230
  export declare interface ContextMenuProps {
231
231
  items: {
@@ -249,6 +249,7 @@ declare type ContextMenuProps_2 = {
249
249
  };
250
250
  event: default_2.MouseEvent<HTMLButtonElement> | null;
251
251
  shortcutScopeRef: default_2.RefObject<HTMLDivElement> | null;
252
+ modelProps: ModelProps;
252
253
  fixedLocation: {
253
254
  x: number;
254
255
  y: number;