We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b8365 commit 21be9dbCopy full SHA for 21be9db
2 files changed
app/composables/useSettings.ts
@@ -6,9 +6,6 @@ import type { SearchProvider } from '#shared/types'
6
import { BACKGROUND_THEMES } from '#shared/utils/constants'
7
8
type BackgroundThemeId = keyof typeof BACKGROUND_THEMES
9
-type AccentColorId = keyof typeof ACCENT_COLORS.light
10
-/** Available search providers */
11
-export type SearchProvider = 'npm' | 'algolia'
12
13
/**
14
* Application settings stored in localStorage
shared/types/npm-registry.ts
@@ -103,6 +103,7 @@ export interface PackageVersionInfo {
103
deprecated?: string
104
}
105
106
+/** Available search providers */
107
export type SearchProvider = 'npm' | 'algolia'
108
109
0 commit comments