MCPcopy 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

4import Select from "./kit/Select";
5
6interface ThemeItem {
7 value: Theme;
8 label: string;
9}
10
11const ThemeSelector = () => {
12 const { t } = useTranslation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected