@apexcura/ui-components 0.0.16-Beta782 → 0.0.16-Beta784

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.
@@ -172,6 +172,8 @@ export type ElementType = {
172
172
  listClassName?: string;
173
173
  listItemClassName?: string;
174
174
  img?: string;
175
+ imgExpand?: string;
176
+ imgCollapse?: string;
175
177
  items?: {
176
178
  id?: number;
177
179
  key?: number | string;