@apexcura/ui-components 0.0.16-Beta620 → 0.0.16-Beta622

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