This commit is contained in:
Jan Prochazka
2024-08-12 10:55:08 +02:00
parent ff3c39ccad
commit 63cdb4e507
2 changed files with 2 additions and 0 deletions

View File

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