mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 18:38:01 +00:00
project rename
This commit is contained in:
12
tabby-settings/src/api.ts
Normal file
12
tabby-settings/src/api.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Extend to add your own settings tabs
|
||||
*/
|
||||
export abstract class SettingsTabProvider {
|
||||
id: string
|
||||
icon: string
|
||||
title: string
|
||||
|
||||
getComponentType (): any {
|
||||
return null
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user