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 0e13d8b commit a19a9d6Copy full SHA for a19a9d6
src/useColors.ts
@@ -9,7 +9,9 @@ export type ColorTheme = {
9
decisions: ColorDecisions<"css var">;
10
};
11
12
-/** @deprecated: A hook is no longer required to get the colors.
+/**
13
+ * A hook is no longer required to get the colors, this will soon be deprecated
14
+ * when the documentation is updated to reflect the new way of getting the colors.
15
*
16
* Before you would do:
17
* ```ts
0 commit comments