We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923b7c1 commit b9405daCopy full SHA for b9405da
src/tss.ts
@@ -1,7 +1,7 @@
1
import { useColors } from "./useColors";
2
import { createMakeAndWithStyles } from "tss-react";
3
4
-/** @see <https://docs.tss-react.dev/setup> */
+/** @deprecated: Please use import { makeStyles } from "tss-react/dsfr"; instead. */
5
export const { makeStyles, withStyles, useStyles } = createMakeAndWithStyles({
6
"useTheme": useColors
7
});
0 commit comments