Skip to content

Commit 9098fdf

Browse files
committed
Export classnames types
1 parent e889fee commit 9098fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fr/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { cx } from "./cx";
77
export type { FrCxArg } from "./cx";
88
export type { ColorTheme } from "./colors";
99
import { getColors } from "./colors";
10+
export type { FrClassName, FrIconClassName, RiIconClassName } from "./generatedFromCss/classNames";
1011

1112
export const fr = {
1213
breakpoints,

0 commit comments

Comments
 (0)