@apexcura/ui-components 0.0.16-Beta774 → 0.0.16-Beta776

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.
@@ -146,6 +146,7 @@ export type ElementType = {
146
146
  }[];
147
147
  fixed?: string | boolean | undefined;
148
148
  disabled?: boolean;
149
+ clickable?: boolean;
149
150
  }[];
150
151
  childHead?: {
151
152
  _id?: string;