mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 18:46:00 +00:00
tabs tools
This commit is contained in:
@@ -9,6 +9,7 @@ interface TabDefinition {
|
||||
selected: boolean;
|
||||
busy: boolean;
|
||||
tabid: string;
|
||||
tabComponent: string;
|
||||
}
|
||||
|
||||
export function writableWithStorage<T>(defaultValue: T, storageName) {
|
||||
|
||||
Reference in New Issue
Block a user