vsc-material-theme/.gulp/interfaces/itheme-icons-accents.ts

10 lines
178 B
TypeScript
Raw Normal View History

2017-06-12 19:49:50 +02:00
interface IIconObject {
iconPath: string
}
export interface IThemeIconsAccents {
iconDefinitions: {
_folder_open: IIconObject;
_folder_open_build: IIconObject;
}
}