MCPcopy
hub / github.com/intentui/intentui / Options

Interface Options

src/types/global.d.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare module 'rehype-pretty-code' {
8 interface Options {
9 theme?: string
10 onVisitLine?: (node: any) => void
11 onVisitHighlightedLine?: (node: any) => void
12 onVisitHighlightedWord?: (node: any) => void
13 }
14}
15
16declare global {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected