@apexcura/ui-components 0.0.16-Beta474 → 0.0.16-Beta476

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.
@@ -89,6 +89,7 @@ export type ElementType = {
89
89
  key?: string;
90
90
  render?: (text: string) => React.JSX.Element;
91
91
  ellipsis?: boolean;
92
+ sortable?: boolean;
92
93
  }[];
93
94
  tbody?: {
94
95
  _id?: string;
@@ -176,5 +177,6 @@ export type ElementType = {
176
177
  titleClassName?: string;
177
178
  fileType?: string[];
178
179
  fileSize?: number;
180
+ allowOne?: true;
179
181
  };
180
182
  export {};