vsc-material-theme/extensions/interfaces/iaccent-custom-property.ts

4 lines
73 B
TypeScript
Raw Normal View History

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