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

3 lines
56 B
TypeScript
Raw Normal View History

2018-04-20 20:07:36 +02:00
export interface IThemeIconsItem {
iconPath: string;
}