Skip to content

Commit 6c13c96

Browse files
committed
chore: update type
1 parent 367ddff commit 6c13c96

File tree

1 file changed

+1
-1
lines changed
  • components/_util/cssinjs/transformers

1 file changed

+1
-1
lines changed

Diff for: components/_util/cssinjs/transformers/px2rem.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import unitless from '@emotion/unitless';
55
import type { CSSObject } from '..';
66
import type { Transformer } from './interface';
77

8-
interface Options {
8+
export interface Options {
99
/**
1010
* The root font size.
1111
* @default 16

0 commit comments

Comments
 (0)