'const' enums are not supported in storybook when using my Typescript Components

前端 未结 0 1049
死守一世寂寞
死守一世寂寞 2020-12-10 06:53

I have a typescript component with an enum :

  const enum blah {
    one = "one",
    two = "two"
  }

Without the typescr

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