mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
added xkeyring dep
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user