@medplum/react 3.2.25 → 3.2.26

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.
@@ -622,8 +622,6 @@ export declare interface FhirPathTableProps {
622
622
 
623
623
  export declare function Form(props: FormProps): JSX.Element;
624
624
 
625
- export declare function formatReferenceString(typedValue: TypedValue): string;
626
-
627
625
  export declare interface FormProps {
628
626
  readonly onSubmit?: (formData: Record<string, string>) => void;
629
627
  readonly style?: CSSProperties;
@@ -622,8 +622,6 @@ export declare interface FhirPathTableProps {
622
622
 
623
623
  export declare function Form(props: FormProps): JSX.Element;
624
624
 
625
- export declare function formatReferenceString(typedValue: TypedValue): string;
626
-
627
625
  export declare interface FormProps {
628
626
  readonly onSubmit?: (formData: Record<string, string>) => void;
629
627
  readonly style?: CSSProperties;