标签: reactjs preact
我正在使用圣经将我的代码从react转换为preact。当我尝试生成类型时,它总是采用react引用。知道如何用preact替换类型中的React引用。
import { Component } from 'react'; import "../../css/Button.css"; interface IButtonProps { className?: string;