首页 > 解决方案 > 使用 styled-components 时没有重载匹配此调用

问题描述

当我想为现有组件设置样式时出现错误在此处输入图像描述

例子

import React from 'react'
import { styled } from '@linaria/react'
import { Block } from '../components/Block'

export const Card = styled(Block)`
    background: #fff;
`

标签: reactjstypescriptstyled-components

解决方案


推荐阅读