vsc-material-theme/.gulp/interfaces/itheme-icons-accents.ts
2017-06-12 19:49:50 +02:00

10 lines
No EOL
178 B
TypeScript

interface IIconObject {
iconPath: string
}
export interface IThemeIconsAccents {
iconDefinitions: {
_folder_open: IIconObject;
_folder_open_build: IIconObject;
}
}