mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 02:35:41 +00:00
done
This commit is contained in:
11
terminus-settings/src/api.ts
Normal file
11
terminus-settings/src/api.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core'
|
||||
|
||||
export declare type ComponentType = new (...args: any[]) => Component
|
||||
|
||||
export abstract class SettingsTabProvider {
|
||||
title: string
|
||||
|
||||
getComponentType (): ComponentType {
|
||||
return null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user