Files
page-assist/src/utils/search-provider.ts

10 lines
176 B
TypeScript
Raw Normal View History

2024-03-31 15:57:56 +05:30
export const SUPPORTED_SERACH_PROVIDERS = [
{
label: "Google",
value: "google"
},
{
label: "DuckDuckGo",
value: "duckduckgo"
}
]