Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ ThemeItem
Interface
ThemeItem
src/components/ThemeSelector.tsx:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import Select from
"./kit/Select"
;
5
6
interface ThemeItem {
7
value: Theme;
8
label: string;
9
}
10
11
const ThemeSelector = () => {
12
const { t } = useTranslation();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected