@careevolution/mydatahelps-ui 2.24.3-mdhai.8 → 2.24.3

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.
@@ -42,4 +42,3 @@ export { default as TermInformation, TermInformationReference } from "./TermInfo
42
42
  export { default as ViewEhr } from "./ViewEhr";
43
43
  export { default as InboxItemList } from "./InboxItemList";
44
44
  export { default as InboxItemListCoordinator } from "./InboxItemListCoordinator";
45
- export { default as MyDataHelpsAssistant } from "./MyDataHelpsAssistant";
@@ -1,6 +1,2 @@
1
1
  import React from "react";
2
- import { deviceType } from "../../../helpers/deviceType";
3
- export interface ConnectDeviceAccountStepContainerProps {
4
- deviceType: deviceType;
5
- }
6
- export default function (props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
2
+ export default function (): React.JSX.Element;