Skip to content

Commit b9405da

Browse files
committed
Deprecate tss specific export
1 parent 923b7c1 commit b9405da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useColors } from "./useColors";
22
import { createMakeAndWithStyles } from "tss-react";
33

4-
/** @see <https://docs.tss-react.dev/setup> */
4+
/** @deprecated: Please use import { makeStyles } from "tss-react/dsfr"; instead. */
55
export const { makeStyles, withStyles, useStyles } = createMakeAndWithStyles({
66
"useTheme": useColors
77
});

0 commit comments

Comments
 (0)