Skip to content

Commit

Permalink
Add ThemedReactEmotionInterface alias for CreateStyled
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed May 26, 2018
1 parent e07828d commit 425a63e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-emotion/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {

export * from 'emotion';

export type ThemedReactEmotionInterface<Theme extends object> = CreateStyled<Theme>;

export {
CreateStyled,
Interpolation,
Expand Down

0 comments on commit 425a63e

Please sign in to comment.