Skip to content

Instantly share code, notes, and snippets.

@mkamakura
Created August 16, 2019 02:48
Show Gist options
  • Save mkamakura/fe79b626a5c44b24d78f997c55d083e9 to your computer and use it in GitHub Desktop.
Save mkamakura/fe79b626a5c44b24d78f997c55d083e9 to your computer and use it in GitHub Desktop.
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