@apexcura/ui-components 0.0.16-Beta575 → 0.0.16-Beta577

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.
@@ -207,5 +207,6 @@ export type ElementType = {
207
207
  autoSize?: boolean;
208
208
  rowClick?: boolean;
209
209
  dropdownRender?: (menu: ReactElement<string | JSXElementConstructor<string>>) => ReactElement<string | JSXElementConstructor<string>>;
210
+ isopen?: boolean;
210
211
  };
211
212
  export {};