Files
2026-05-23 13:22:10 +03:30

11 lines
239 B
TypeScript

import createCache from "@emotion/cache";
import { prefixer } from "stylis";
import rtlPlugin from "stylis-plugin-rtl";
const rtlCache = createCache({
key: "muirtl",
stylisPlugins: [prefixer, rtlPlugin],
});
export default rtlCache;