mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 22:16:00 +00:00
vertical split tabs #394
This commit is contained in:
@@ -17,6 +17,8 @@ export interface TabDefinition {
|
||||
tabid: string;
|
||||
tabComponent: string;
|
||||
tabOrder?: number;
|
||||
multiTabIndex?: number;
|
||||
visibleSecondary?: boolean;
|
||||
}
|
||||
|
||||
export function writableWithStorage<T>(defaultValue: T, storageName) {
|
||||
|
||||
Reference in New Issue
Block a user