dfh-ui-library 1.12.737 → 1.12.739

Sign up to get free protection for your applications and to get access to all the features.
@@ -844,10 +844,12 @@ export interface NoteComponentProps {
844
844
  buttonLabels?: {
845
845
  cancel?: string;
846
846
  save?: string;
847
+ fillOut?: string;
847
848
  };
848
849
  enableCheckbox?: boolean;
849
850
  enableEdit?: boolean;
850
851
  setEnableEdit?: (value: boolean) => void;
852
+ actionType?: string;
851
853
  toggleEvents?: {
852
854
  setShowNote?: (value: boolean) => void;
853
855
  lastModified?: string;