canirequire › Dual (CommonJS + ESM) › @emotion/styled
Is @emotion/styled ESM-only? Can you require() it?
styled API for emotion
Last verified Sep 9, 2026 against @emotion/styled@11.14.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@emotion/styled publishes both a CommonJS entry and a native ESM entry (ESM added in 11.11.0). require("@emotion/styled") and import "@emotion/styled" both work on every supported Node.js version and in Bun.
Does @emotion/styled@11.14.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@emotion/styled") from a CommonJS file and import "@emotion/styled" from an ES module.
| Runtime | require("@emotion/styled") | import "@emotion/styled" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import @emotion/styled
ES modules (import)
import styled from "@emotion/styled";CommonJS (require)
const styled = require("@emotion/styled");Module format by version
Derived from the type, main and exports fields of every stable release on npm (68 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 11.11.0 – 11.14.1 | Dual (CommonJS + ESM) | May 6, 2023 |
| 0.4.0 – 11.10.8 | CommonJS | Feb 23, 2018 |
Frequently asked
Is @emotion/styled ESM-only?
@emotion/styled@11.14.1 ships CommonJS and ESM builds. @emotion/styled publishes both a CommonJS entry and a native ESM entry (ESM added in 11.11.0). require("@emotion/styled") and import "@emotion/styled" both work on every supported Node.js version and in Bun.
Can I require @emotion/styled?
Yes. @emotion/styled ships a CommonJS entry, so require("@emotion/styled") works on every Node.js version, alongside the native ESM entry for import.
Does @emotion/styled work in Bun?
Yes. import "@emotion/styled" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @emotion/styled ship TypeScript types?
Yes. @emotion/styled bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- @babel/plugin-proposal-class-properties 7.18.6CommonJS
- @rollup/plugin-node-resolve 16.0.3Dual
- @rushstack/eslint-patch 1.16.1Dual
- @babel/plugin-proposal-object-rest-spread 7.20.7CommonJS
- @babel/plugin-proposal-optional-chaining 7.21.0CommonJS
- @rollup/plugin-replace 6.0.3Dual
- @storybook/react 10.6.0No entry
- @nestjs/core 12.0.1ESM-only