Created
August 16, 2019 02:48
-
-
Save mkamakura/fe79b626a5c44b24d78f997c55d083e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module '@emotion/styled' { | |
import styled, { CreateStyled } from '@emotion/styled' | |
import { ThemeType } from '@pulse/types' | |
export default styled as CreateStyled<ThemeType> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment