canirequire

canirequireDual (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.

Latest
11.14.1 (Jun 26, 2025)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
11.14.1
Native ESM since
11.11.0
TypeScript types
Bundled
Node engines
not declared
License
MIT

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.

Runtimerequire("@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).

VersionsFormatFirst published
11.11.0 – 11.14.1Dual (CommonJS + ESM)May 6, 2023
0.4.0 – 11.10.8CommonJSFeb 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

Similar popularity