dfh-ui-library 1.13.73 → 1.13.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -903,6 +903,7 @@ export interface NoteComponentProps {
903
903
  stayOnSave?: boolean;
904
904
  isSaving?: boolean;
905
905
  isBillable?: boolean;
906
+ enableBillableCheckBox?: boolean;
906
907
  }
907
908
  export interface TabButtonProps {
908
909
  onClickTab?: (value: string) => void;