MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / LineRange

Interface LineRange

app/components/JsonPreview.tsx:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128interface LineRange {
129 from: number;
130 to: number;
131}
132
133const baseTheme = EditorView.baseTheme({
134 "&light .cm-highlighted": { backgroundColor: "#ffee0055" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected