@apexcura/ui-components 0.0.16-Beta1046 → 0.0.16-Beta1048

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