@apexcura/ui-components 0.0.16-Beta557 → 0.0.16-Beta559

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.
@@ -204,5 +204,6 @@ export type ElementType = {
204
204
  showSerialNumber?: boolean;
205
205
  isTextSelect?: boolean;
206
206
  autoSize?: boolean;
207
+ rowClick?: boolean;
207
208
  };
208
209
  export {};