@kentico/xperience-admin-components 28.4.1 → 28.4.3

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.
package/dist/entry.d.ts CHANGED
@@ -2852,6 +2852,8 @@ declare interface SelectGroupCellProps {
2852
2852
  readonly ellipsis?: boolean;
2853
2853
  readonly onClick?: MouseEventHandler<HTMLElement>;
2854
2854
  readonly selectionDisabled?: boolean;
2855
+ readonly labelRef?: React.RefObject<HTMLDivElement>;
2856
+ readonly className?: string;
2855
2857
  }
2856
2858
 
2857
2859
  export declare interface SelectGroupProps<SelectShape> {