dfh-ui-library 1.12.783 → 1.12.784

Sign up to get free protection for your applications and to get access to all the features.
@@ -874,6 +874,7 @@ export interface NoteComponentProps {
874
874
  isChallengeNote?: boolean;
875
875
  isAutoSave?: boolean;
876
876
  isOptional?: boolean;
877
+ badgeLabel?: string;
877
878
  }
878
879
  export interface TabButtonProps {
879
880
  onClickTab?: (value: string) => void;