@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.
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +2 -2
- package/dist/cjs/index.d.ts +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.mjs +2 -2
- package/dist/esm/index.mjs.map +2 -2
- package/package.json +8 -8
package/dist/cjs/index.d.ts
CHANGED
|
@@ -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;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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;
|