MCPcopy
hub / github.com/CaliCastle/cali.so / HeadingNode

Interface HeadingNode

app/(main)/blog/BlogPostTableOfContents.tsx:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import React from 'react'
6
7interface HeadingNode {
8 _type: 'span'
9 text: string
10 _key: string
11}
12
13interface Node {
14 _type: 'block'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected