Skip to content

Commit f9df62d

Browse files
committed
export typography
1 parent 7f8941a commit f9df62d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fr/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ export type { FrCxArg } from "./cx";
88
export type { ColorTheme } from "./colors";
99
import { getColors } from "./colors";
1010
export type { FrClassName, FrIconClassName, RiIconClassName } from "./generatedFromCss/classNames";
11+
import { typography } from "./generatedFromCss/typography";
1112

1213
export const fr = {
1314
breakpoints,
1415
spacing,
1516
cx,
16-
getColors
17+
getColors,
18+
typography
1719
};

0 commit comments

Comments
 (0)