diff --git a/packages/react-emotion/types/index.d.ts b/packages/react-emotion/types/index.d.ts index 0e408607e5..bc1c9d5273 100644 --- a/packages/react-emotion/types/index.d.ts +++ b/packages/react-emotion/types/index.d.ts @@ -9,6 +9,8 @@ import { export * from 'emotion'; +export type ThemedReactEmotionInterface = CreateStyled; + export { CreateStyled, Interpolation,