| Current Path : /home/emeraadmin/public_html/test/emeraltd_prod/node_modules/tss-react/ |
| Current File : /home/emeraadmin/public_html/test/emeraltd_prod/node_modules/tss-react/cache.d.ts |
import type { ReactNode } from "react";
import type { EmotionCache } from "@emotion/cache";
declare const getDoExistsTssDefaultEmotionCacheMemoizedValue: () => boolean, getTssDefaultEmotionCache: (params?: {
doReset: boolean;
} | undefined) => EmotionCache;
export { getDoExistsTssDefaultEmotionCacheMemoizedValue, getTssDefaultEmotionCache, };
export declare function useTssEmotionCache(): EmotionCache;
export declare function TssCacheProvider(props: {
value: EmotionCache;
children: ReactNode;
}): JSX.Element;