@movable/ui 2.14.0 → 2.14.1

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.
@@ -7,6 +7,7 @@ interface Option {
7
7
  description?: string;
8
8
  subDescription?: string;
9
9
  disabled?: boolean;
10
+ bottomContent?: string | JSX.Element;
10
11
  }
11
12
  export type InkRadioTilesProps = {
12
13
  name: string;
package/lib/index.d.ts CHANGED
@@ -676,6 +676,7 @@ declare interface Option_2 {
676
676
  description?: string;
677
677
  subDescription?: string;
678
678
  disabled?: boolean;
679
+ bottomContent?: string | JSX.Element;
679
680
  }
680
681
 
681
682
  export declare function PageHeaderActionButtons({ primaryAction, secondaryAction, dropdownAction, }: PageHeaderActionButtonsProps): JSX_2.Element;