UNPKG

tabby-sftp-tab

Version:

Plugin that allows you to open sftp tab like SecureCRT

12 lines (11 loc) 260 B
import { ConfigProvider } from 'tabby-core'; /** @hidden */ export declare class SftpTabConfigProvider extends ConfigProvider { platformDefaults: { macOS: any; Windows: any; Linux: any; Web: any; }; defaults: any; }