mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
added SSH connection manager (fixes #220)
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
export declare type ComponentType = new (...args: any[]) => any
|
||||
|
||||
export abstract class SettingsTabProvider {
|
||||
id: string
|
||||
title: string
|
||||
|
||||
getComponentType (): ComponentType {
|
||||
getComponentType (): any {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user