@careevolution/mydatahelps-ui 3.14.1-UploadedFileAction.1 → 3.14.1-UploadedFileAction.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.
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React$1, { ReactElement, DependencyList, MouseEventHandler, CSSProperties, ReactNode, Ref
|
|
1
|
+
import React$1, { ReactElement, DependencyList, MouseEventHandler, CSSProperties, ReactNode, Ref } from 'react';
|
|
2
2
|
import { AsthmaActionPlanManagerPreviewState } from './components/asthma/components/AsthmaActionPlanManager/AsthmaActionPlanManager.previewData.ts';
|
|
3
3
|
import { AsthmaAirQualitiesPreviewState } from './components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.previewData.ts';
|
|
4
4
|
export { AsthmaAirQualitiesPreviewState } from './components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.previewData.ts';
|
|
@@ -3229,7 +3229,7 @@ interface UploadedFileActionProps {
|
|
|
3229
3229
|
fileNamePattern?: string | RegExp;
|
|
3230
3230
|
trackUsage?: boolean;
|
|
3231
3231
|
embedded?: boolean;
|
|
3232
|
-
innerRef:
|
|
3232
|
+
innerRef: Ref<HTMLDivElement>;
|
|
3233
3233
|
}
|
|
3234
3234
|
declare function UploadedFileAction(props: UploadedFileActionProps): React$1.JSX.Element | null;
|
|
3235
3235
|
|
package/package.json
CHANGED