Typescript: Generic Component Discriminating Between Different Input Props

后端 未结 0 2013
长发绾君心
长发绾君心 2021-01-15 23:06

I have an enum with two members,

enum Step {
  ONE = "StepOne",
  TWO = "StepTwo"
}

each of which are assigned to a prope

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