Types for @emotion/primitives-core
are missing in Emotion 11Β #2007
Open
Description
Current behavior:
No TypeScript support for @emotion/primitives-core
To reproduce:
- Setup CRA with TypeScript
yarn add @emotion/primitives-core
- Add
import { createCss }Β from '@emotion/primitives-core';
somewhere - See that
createCss
has no type
Environment information:
react
version: 16.13.1emotion
version: 11.0.0-next.16