@medplum/react 2.2.4 → 2.2.5

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.
@@ -994,7 +994,7 @@ export declare interface ResourceArrayDisplayProps {
994
994
  link?: boolean;
995
995
  }
996
996
 
997
- export declare function ResourceArrayInput(props: ResourceArrayInputProps): JSX.Element;
997
+ export declare function ResourceArrayInput(props: Readonly<ResourceArrayInputProps>): JSX.Element;
998
998
 
999
999
  export declare interface ResourceArrayInputProps {
1000
1000
  property: InternalSchemaElement;
@@ -994,7 +994,7 @@ export declare interface ResourceArrayDisplayProps {
994
994
  link?: boolean;
995
995
  }
996
996
 
997
- export declare function ResourceArrayInput(props: ResourceArrayInputProps): JSX.Element;
997
+ export declare function ResourceArrayInput(props: Readonly<ResourceArrayInputProps>): JSX.Element;
998
998
 
999
999
  export declare interface ResourceArrayInputProps {
1000
1000
  property: InternalSchemaElement;