TypeScript error in passing props to chlid component in react

前端 未结 0 1810
有刺的猬
有刺的猬 2021-02-01 18:24

I am building a expense tracker app using react + typescript

expense_type.ts

    export  type IState = {
    id : number,
    text : string,
    amount : n         


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