@careevolution/mydatahelps-ui 3.14.1-DownloadEHR.38 → 3.14.1-DownloadEHR.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/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2375,7 +2375,7 @@ interface EhrDownloadButtonProps {
|
|
|
2375
2375
|
declare function EhrDownloadButton(props: EhrDownloadButtonProps): React$1.JSX.Element;
|
|
2376
2376
|
|
|
2377
2377
|
interface EhrNewsFeedProps {
|
|
2378
|
-
previewState?: "default";
|
|
2378
|
+
previewState?: "default" | "procedures" | "labReports" | "immunizations" | "reports";
|
|
2379
2379
|
feed: EhrNewsFeedType;
|
|
2380
2380
|
loadAllPages?: boolean;
|
|
2381
2381
|
onPageLoaded?: () => void;
|