@medplum/react 3.2.1 → 3.2.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.
@@ -203,6 +203,7 @@ export declare interface AppShellProps {
203
203
  export declare function AsyncAutocomplete<T>(props: AsyncAutocompleteProps<T>): JSX.Element;
204
204
 
205
205
  export declare interface AsyncAutocompleteOption<T> extends ComboboxItem {
206
+ readonly active?: boolean;
206
207
  readonly resource: T;
207
208
  }
208
209
 
@@ -203,6 +203,7 @@ export declare interface AppShellProps {
203
203
  export declare function AsyncAutocomplete<T>(props: AsyncAutocompleteProps<T>): JSX.Element;
204
204
 
205
205
  export declare interface AsyncAutocompleteOption<T> extends ComboboxItem {
206
+ readonly active?: boolean;
206
207
  readonly resource: T;
207
208
  }
208
209