EmotionOptions
This content is not available in your language yet.
Defined in: core/index.ts:793
emotion transform options (@emotion/babel-plugin-compatible).
Properties
섹션 제목: “Properties”autoLabel?
섹션 제목: “autoLabel?”
optionalautoLabel?:boolean|"always"|"dev-only"|"never"
Defined in: core/index.ts:797
Auto-assign the variable name as the CSS class label (default: “dev-only”). false disables autoLabel.
importMap?
섹션 제목: “importMap?”
optionalimportMap?:Record<string,Record<string, {canonicalImport: [string,string]; }>>
Defined in: core/index.ts:801
Import path alias — for using a fork or vendored emotion.
labelFormat?
섹션 제목: “labelFormat?”
optionallabelFormat?:string
Defined in: core/index.ts:799
label format string. tokens: [local], [filename], [dirname] (default: “[local]“)
sourceMap?
섹션 제목: “sourceMap?”
optionalsourceMap?:boolean
Defined in: core/index.ts:795
Generate a sourceMap (default: true).