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 7f8941a commit f9df62dCopy full SHA for f9df62d
src/fr/index.ts
@@ -8,10 +8,12 @@ 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
+import { typography } from "./generatedFromCss/typography";
12
13
export const fr = {
14
breakpoints,
15
spacing,
16
cx,
- getColors
17
+ getColors,
18
+ typography
19
};
0 commit comments