vertical split tabs #394

This commit is contained in:
Jan Prochazka
2023-03-05 10:43:04 +01:00
parent 1061d2aba2
commit 2dadd1f437
8 changed files with 88 additions and 12 deletions

View File

@@ -17,6 +17,8 @@ export interface TabDefinition {
tabid: string;
tabComponent: string;
tabOrder?: number;
multiTabIndex?: number;
visibleSecondary?: boolean;
}
export function writableWithStorage<T>(defaultValue: T, storageName) {