@apexcura/ui-components 0.0.16-Beta1047 → 0.0.16-Beta1049

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.
@@ -149,6 +149,7 @@ export type ElementType = {
149
149
  onClick?: (value: string | number | boolean | object | object[] | undefined) => void;
150
150
  dropDownOptions?: (number | string | boolean | object | null | undefined | (() => void))[];
151
151
  id?: number | string;
152
+ fullHeight?: boolean;
152
153
  thead?: {
153
154
  width?: number;
154
155
  _id?: string;