MCPcopy
hub / github.com/chartdb/chartdb / useTheme

Function useTheme

src/hooks/use-theme.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { useContext } from 'react';
3
4export const useTheme = () => useContext(ThemeContext);

Callers 15

empty-state.tsxFile · 0.90
code-snippet.tsxFile · 0.90
TableDBMLFunction · 0.90
CanvasFunction · 0.90
NoteNodeFunction · 0.90
TopNavbarFunction · 0.90
TopNavbarMockFunction · 0.90
MenuFunction · 0.90
EditorSidebarFunction · 0.90
TemplatePageComponentFunction · 0.90
TemplatesPageComponentFunction · 0.90
TemplateCardFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected