Type 'string' is not assignable to type '“button” | “submit” | “reset” | undefined'

后端 未结 0 1481
长发绾君心
长发绾君心 2021-01-29 03:59

I have a component that looks like this:

import * as React from "react";
import { Link, LinkProps } from "@material-ui/core";

type ButtonRef          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题