tss-react-v18-peer-testing
Version:
makeStyles is dead, long live makeStyles!
12 lines (11 loc) • 526 B
TypeScript
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;