Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/tss-react/
Upload File :
Current File : /home/emeraadmin/www/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;