使用样式组件时没有重载匹配此调用

时间:2021-06-04 08:03:28

标签: reactjs typescript styled-components

当我想为现有组件设置样式时,出现错误 enter image description here

示例

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

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

0 个答案:

没有答案