Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/node_modules/tss-react/
Upload File :
Current File : /home/emeraadmin/public_html/node_modules/tss-react/cssAndCx.d.ts

import type { Cx, Css } from "./types";
import type { EmotionCache } from "@emotion/cache";
export declare const createCssAndCx: (params: {
    cache: EmotionCache;
}) => {
    css: Css;
    cx: Cx;
};
/** Will pickup the contextual cache if any */
export declare function useCssAndCx(): {
    css: Css;
    cx: Cx;
};