dfh-ui-library 1.12.612 → 1.12.613

Sign up to get free protection for your applications and to get access to all the features.
@@ -606,6 +606,7 @@ export interface FormGenInputGroupProps {
606
606
  orderBy?: string;
607
607
  }
608
608
  export interface FormGenButtonGroupProps extends FormGenInputGroupProps {
609
+ id?: string;
609
610
  options: {
610
611
  id: number;
611
612
  value: string;