MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / StackNode

Interface StackNode

packages/extension/mcp/tools/code/text/render.ts:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337interface StackNode {
338 container: { children: Array<DevComponent | string> }
339 markType?: TextMark
340 linkHref?: string
341}
342
343interface ListStackItem {
344 list: DevComponent

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected