mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 10:45:45 +00:00
API updates
This commit is contained in:
@@ -3,6 +3,7 @@ import { Component } from '@angular/core'
|
||||
export declare type ComponentType = new (...args: any[]) => Component
|
||||
|
||||
export abstract class SettingsTabProvider {
|
||||
id: string
|
||||
title: string
|
||||
|
||||
getComponentType (): ComponentType {
|
||||
|
||||
Reference in New Issue
Block a user