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 e889fee commit 9098fdfCopy full SHA for 9098fdf
src/fr/index.ts
@@ -7,6 +7,7 @@ import { cx } from "./cx";
7
export type { FrCxArg } from "./cx";
8
export type { ColorTheme } from "./colors";
9
import { getColors } from "./colors";
10
+export type { FrClassName, FrIconClassName, RiIconClassName } from "./generatedFromCss/classNames";
11
12
export const fr = {
13
breakpoints,
0 commit comments