dfh-ui-library 1.12.537 → 1.12.539

Sign up to get free protection for your applications and to get access to all the features.
@@ -833,6 +833,7 @@ export interface NoteComponentProps {
833
833
  additionalClassesTitlebar?: string;
834
834
  minHeight?: string;
835
835
  isChallengeNote?: boolean;
836
+ isAutoSave?: boolean;
836
837
  }
837
838
  export interface TabButtonProps {
838
839
  onClickTab?: (value: string) => void;