dfh-ui-library 1.12.595 → 1.12.597

Sign up to get free protection for your applications and to get access to all the features.
@@ -480,6 +480,7 @@ export interface ButtonGroupMultiProps extends InputGroupProps {
480
480
  onValueChange?: (value: string) => void;
481
481
  viewMode?: boolean;
482
482
  buttonType?: string;
483
+ tooltip?: string;
483
484
  }
484
485
  export interface ButtonGroupWithUploadProps extends InputGroupProps {
485
486
  options: {
@@ -500,6 +501,7 @@ export interface ButtonGroupWithUploadProps extends InputGroupProps {
500
501
  answerLabel: string;
501
502
  lastEditedDate?: string;
502
503
  };
504
+ tooltip?: string;
503
505
  }
504
506
  export interface PaginationProps {
505
507
  pageSize: number;
@@ -625,6 +627,7 @@ export interface FormGenButtonGroupProps extends FormGenInputGroupProps {
625
627
  answerLabel: string;
626
628
  lastEditedDate?: string;
627
629
  };
630
+ tooltip?: string;
628
631
  }
629
632
  export interface selectedValue {
630
633
  value?: any;