tabs tools

This commit is contained in:
Jan Prochazka
2021-03-07 07:57:17 +01:00
parent 3dd99a44cb
commit 2eebe44f87
6 changed files with 89 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ interface TabDefinition {
selected: boolean;
busy: boolean;
tabid: string;
tabComponent: string;
}
export function writableWithStorage<T>(defaultValue: T, storageName) {