EmotionOptions
This content is not available in your language yet.
Defined in: core/index.ts:573
emotion transform 옵션 (@emotion/babel-plugin 호환).
Properties
섹션 제목: “Properties”autoLabel?
섹션 제목: “autoLabel?”
optionalautoLabel?:boolean|"always"|"dev-only"|"never"
Defined in: core/index.ts:577
변수명을 CSS class label 로 자동 부여 (default: “dev-only”). false 는 autoLabel 을 끈다.
importMap?
섹션 제목: “importMap?”
optionalimportMap?:Record<string,Record<string, {canonicalImport: [string,string]; }>>
Defined in: core/index.ts:581
import 경로 alias — fork 또는 vendored emotion 사용 시
labelFormat?
섹션 제목: “labelFormat?”
optionallabelFormat?:string
Defined in: core/index.ts:579
label format string. tokens: [local], [filename], [dirname] (default: “[local]“)
sourceMap?
섹션 제목: “sourceMap?”
optionalsourceMap?:boolean
Defined in: core/index.ts:575
sourceMap 생성 (default: true)