94189a72c3
* refactor(deps): added tslint, cleanup, and activationEvents modified * refactor(lint): linting... * refactor(changelog): changelo method refactor (should be tested) * refactor(theme-icons): linting and small refactor * refactor(accents-setter): linting and small refactor * chore(travis): added travis file
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
import {IThemeIconsItem} from './itheme-icons-item';
|
|
|
|
export interface IThemeIconsAccents {
|
|
iconDefinitions: {
|
|
_folder_open: IThemeIconsItem;
|
|
_folder_open_build: IThemeIconsItem;
|
|
};
|
|
}
|