We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367ddff commit 6c13c96Copy full SHA for 6c13c96
components/_util/cssinjs/transformers/px2rem.ts
@@ -5,7 +5,7 @@ import unitless from '@emotion/unitless';
5
import type { CSSObject } from '..';
6
import type { Transformer } from './interface';
7
8
-interface Options {
+export interface Options {
9
/**
10
* The root font size.
11
* @default 16
0 commit comments