Skip to content

Instantly share code, notes, and snippets.

@akinogu
Created October 14, 2021 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akinogu/b254591dc55b2cac01917450eb457633 to your computer and use it in GitHub Desktop.
Save akinogu/b254591dc55b2cac01917450eb457633 to your computer and use it in GitHub Desktop.
[styled-components]theme
import 'styled-components'
declare module 'styled-components' {
export interface DefaultTheme {
// ここに今回設定する型を定義
color: string
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment