vsc-material-theme/extensions/interfaces/iaccent-custom-property.ts
Mattia Astorino 2f4f56f40d
unlock files
2018-04-20 20:07:36 +02:00

4 lines
No EOL
73 B
TypeScript

export interface IAccentCustomProperty {
alpha: number;
value: any;
}