@apexcura/ui-components 0.0.16-Beta615 → 0.0.16-Beta617

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.
@@ -118,6 +118,7 @@ export type ElementType = {
118
118
  text: string;
119
119
  value: string;
120
120
  }[];
121
+ fixed?: string | boolean | undefined;
121
122
  }[];
122
123
  childHead?: {
123
124
  _id?: string;