dfh-ui-library 1.13.115 → 1.13.116

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.
@@ -962,6 +962,8 @@ export interface NoteComponentProps {
962
962
  isSaving?: boolean;
963
963
  isBillable?: boolean;
964
964
  enableBillableCheckBox?: boolean;
965
+ isTyping?: boolean;
966
+ setIsTyping?: (value: boolean) => void;
965
967
  }
966
968
  export interface TabButtonProps {
967
969
  onClickTab?: (value: string) => void;