@medplum/react 4.3.1 → 4.3.2

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.
@@ -356,6 +356,7 @@ export declare interface BaseChatProps extends PaperProps {
356
356
  readonly onMessageReceived?: (message: Communication) => void;
357
357
  readonly onMessageUpdated?: (message: Communication) => void;
358
358
  readonly inputDisabled?: boolean;
359
+ readonly excludeHeader?: boolean;
359
360
  readonly onError?: (err: Error) => void;
360
361
  }
361
362
 
@@ -356,6 +356,7 @@ export declare interface BaseChatProps extends PaperProps {
356
356
  readonly onMessageReceived?: (message: Communication) => void;
357
357
  readonly onMessageUpdated?: (message: Communication) => void;
358
358
  readonly inputDisabled?: boolean;
359
+ readonly excludeHeader?: boolean;
359
360
  readonly onError?: (err: Error) => void;
360
361
  }
361
362