Added a tabbed setting modal

This commit is contained in:
Dustin Loring
2024-12-07 10:27:50 -05:00
parent 2af32b0333
commit 42ebd3d50e
10 changed files with 650 additions and 7 deletions

View File

@@ -7,4 +7,5 @@ export type ProviderInfo = {
getApiKeyLink?: string;
labelForGetApiKey?: string;
icon?: string;
isEnabled?: boolean;
};