dfh-ui-library 1.12.468 → 1.12.469

Sign up to get free protection for your applications and to get access to all the features.
@@ -811,6 +811,7 @@ export interface NoteComponentProps {
811
811
  enableAddCheckbox?: boolean;
812
812
  additionalClassesNote?: string;
813
813
  additionalClassesButtons?: string;
814
+ additionalClassesTitlebar?: string;
814
815
  minHeight?: string;
815
816
  isChallengeNote?: boolean;
816
817
  }