@apexcura/ui-components 0.0.16-Beta1245 → 0.0.16-Beta1246

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
  expandIconStyles?: boolean;
119
119
  enableRowSelection?: boolean;
120
120
  showSelectionControls?: boolean;
121
+ dropdownStyle?: CSSProperties;
121
122
  isIconOnly?: boolean;
122
123
  value?: string | number | boolean | null | object | undefined | string[] | UploadFile[] | PaginationType | DateRangeSegmentType | dropDownValueProps | radioValueProps | WeekSchedule | autoCompleteProps;
123
124
  status?: string | undefined;