MCPcopy
hub / github.com/glideapps/glide-data-grid / getDataEditorTheme

Function getDataEditorTheme

packages/core/src/common/styles.ts:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143/** @category Theme */
144export function getDataEditorTheme(): Theme {
145 return dataEditorBaseTheme;
146}
147
148/** @category Theme */
149export const ThemeContext = React.createContext<Theme>(dataEditorBaseTheme);

Callers 9

uri-cell.test.tsFile · 0.85
SimplenotestFunction · 0.85
SelectedCellnotestFunction · 0.85
SelectedRownotestFunction · 0.85
SelectedColumnnotestFunction · 0.85
useRemAdjusterFunction · 0.85
DataEditorImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…