hsiaofung / note

0 stars 0 forks source link

2017-7-20 TypeScript #157

Open hsiaofung opened 4 years ago

hsiaofung commented 4 years ago

enum : 列舉

export interface ILoader { size: Size background: Background fit: Fit zIndex: number } export enum Size { ExtraSmall = '0.35', Small = '0.5', Medium = '0.75', Large = '1.2' }