@careevolution/mydatahelps-ui 2.87.1-DocumentLibrary.1 → 2.87.1-DocumentLibrary.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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2301,7 +2301,7 @@ type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
|
|
|
2301
2301
|
declare function export_default$15(props: DeviceDataMonthChartsProps): React$1.JSX.Element;
|
|
2302
2302
|
|
|
2303
2303
|
interface DocumentLibraryPreviewProps {
|
|
2304
|
-
previewState
|
|
2304
|
+
previewState?: 'loading' | LibraryDocumentsPreviewState;
|
|
2305
2305
|
surveySpecification: LibraryDocumentSurveySpecification;
|
|
2306
2306
|
documentLibraryViewBaseUrl: string;
|
|
2307
2307
|
innerRef?: React$1.Ref<HTMLDivElement>;
|