@gen-epix/ui 1.8.3 → 1.8.5
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 +8 -0
- package/dist/index.js +22239 -22195
- package/package.json +4 -7
package/dist/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ import { DialogProps as DialogProps_2 } from '@mui/material';
|
|
|
25
25
|
import { Dispatch } from 'react';
|
|
26
26
|
import { ECharts } from 'echarts';
|
|
27
27
|
import { ElementType } from 'react';
|
|
28
|
+
import { EmotionCache } from '@emotion/cache';
|
|
28
29
|
import { FieldErrorsImpl } from 'react-hook-form';
|
|
29
30
|
import { FieldValues } from 'react-hook-form';
|
|
30
31
|
import { FormEventHandler } from 'react';
|
|
@@ -6109,6 +6110,13 @@ export declare type DownloadConfigSection = {
|
|
|
6109
6110
|
disabled?: boolean;
|
|
6110
6111
|
};
|
|
6111
6112
|
|
|
6113
|
+
export declare class EmotionCacheManager {
|
|
6114
|
+
private static __instance;
|
|
6115
|
+
emotionCache: EmotionCache;
|
|
6116
|
+
private constructor();
|
|
6117
|
+
static get instance(): EmotionCacheManager;
|
|
6118
|
+
}
|
|
6119
|
+
|
|
6112
6120
|
export declare type EnvironmentSettings = {
|
|
6113
6121
|
VITE_RELEASED_VERSION: string;
|
|
6114
6122
|
API_BASE_URL: string;
|