@medplum/react 5.1.38 → 5.1.39

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.
@@ -340,6 +340,7 @@ export declare interface AsyncAutocompleteProps<T> extends Omit<ComboboxProps, '
340
340
  readonly creatable?: boolean;
341
341
  readonly clearable?: boolean;
342
342
  readonly required?: boolean;
343
+ readonly withAsterisk?: boolean;
343
344
  readonly className?: string;
344
345
  readonly placeholder?: string;
345
346
  readonly leftSection?: ReactNode;
@@ -340,6 +340,7 @@ export declare interface AsyncAutocompleteProps<T> extends Omit<ComboboxProps, '
340
340
  readonly creatable?: boolean;
341
341
  readonly clearable?: boolean;
342
342
  readonly required?: boolean;
343
+ readonly withAsterisk?: boolean;
343
344
  readonly className?: string;
344
345
  readonly placeholder?: string;
345
346
  readonly leftSection?: ReactNode;