How do you do that with TypeScript? You might know that there at least 2 ways: // With string enums export enum ButtonStatus { HIDDEN = 'HIDDEN', ...
確定! 回上一頁