added xkeyring dep

This commit is contained in:
Eugene Pankov
2017-11-18 22:41:13 +01:00
parent 3673542197
commit a280658bbb
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import { Component } from '@angular/core'
export declare type ComponentType = new (...args: any[]) => Component
export declare type ComponentType = new (...args: any[]) => any
export abstract class SettingsTabProvider {
id: string