randmarcomps 1.582.0 → 1.583.0
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/randmarcomps.d.ts +0 -11
- package/dist/randmarcomps.js +169 -179
- package/dist/randmarcomps.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -134,10 +134,6 @@ export declare type ApiImageProps = Omit<React_2.ImgHTMLAttributes<HTMLImageElem
|
|
|
134
134
|
alt: string;
|
|
135
135
|
};
|
|
136
136
|
|
|
137
|
-
declare interface ApiKeyContextType {
|
|
138
|
-
apiKey: string | null;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
137
|
/**
|
|
142
138
|
* A responsive, theme-aware area chart component built on Recharts,
|
|
143
139
|
* capable of rendering multiple series on single or dual axes.
|
|
@@ -561,11 +557,6 @@ export declare const formatNumber: (value: number, options?: Intl.NumberFormatOp
|
|
|
561
557
|
*/
|
|
562
558
|
export declare const formatYYYYMMDDIntToDateString: (dateInt?: number | null) => string;
|
|
563
559
|
|
|
564
|
-
export declare const GeminiApiKeyProvider: ({ apiKey, children, }: {
|
|
565
|
-
apiKey?: string | null;
|
|
566
|
-
children: ReactNode;
|
|
567
|
-
}) => JSX.Element;
|
|
568
|
-
|
|
569
560
|
export declare function GeneralDocumentCard({ document, loading }: GeneralDocumentCardProps): JSX.Element;
|
|
570
561
|
|
|
571
562
|
export declare interface GeneralDocumentCardProps {
|
|
@@ -1274,8 +1265,6 @@ export declare function useApiOrigin(): string;
|
|
|
1274
1265
|
|
|
1275
1266
|
export declare const useChat: () => ChatContextType;
|
|
1276
1267
|
|
|
1277
|
-
export declare const useGeminiApiKey: () => ApiKeyContextType;
|
|
1278
|
-
|
|
1279
1268
|
export declare function useIsMobile(): boolean;
|
|
1280
1269
|
|
|
1281
1270
|
export declare function useRandmarApiConfig(): RandmarApiConfig;
|