@medplum/react 3.0.5 → 3.0.6

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.
@@ -833,11 +833,6 @@ export declare interface PanelProps extends PaperProps {
833
833
  readonly children?: React.ReactNode;
834
834
  }
835
835
 
836
- export declare interface PanelStylesParams {
837
- readonly width?: number;
838
- readonly fill?: boolean;
839
- }
840
-
841
836
  /**
842
837
  * Parses an HTML form and returns the result as a JavaScript object.
843
838
  * @param form - The HTML form element.
@@ -833,11 +833,6 @@ export declare interface PanelProps extends PaperProps {
833
833
  readonly children?: React.ReactNode;
834
834
  }
835
835
 
836
- export declare interface PanelStylesParams {
837
- readonly width?: number;
838
- readonly fill?: boolean;
839
- }
840
-
841
836
  /**
842
837
  * Parses an HTML form and returns the result as a JavaScript object.
843
838
  * @param form - The HTML form element.