@useloops/design-system 1.4.320 → 1.4.321

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/index.d.ts CHANGED
@@ -1433,6 +1433,7 @@ interface MenuProps extends PropsWithChildren {
1433
1433
  offset?: number[];
1434
1434
  placement?: PopperProps$1['placement'];
1435
1435
  state?: PopupState;
1436
+ parentState?: PopupState;
1436
1437
  bindOn?: PopperProps['bindOn'];
1437
1438
  trigger: ReactElement;
1438
1439
  width?: number;