WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

components/_util/cssinjs/transformers/px2rem.ts

Lines changed: 1 addition & 1 deletion
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)