@enotion/core
Core utilities, constants, and contexts for enotion
To import parts of the core package without importing the entire package, use:import { Icons } from "@enotion/core/constants";
This will only import the icons from the core package, reducing bundle size. This also eases use for non client-side environments.
Installation
npm install @enotion/core