MCPcopy
hub / github.com/splitbee/react-notion / Block

Interface Block

src/block.tsx:86–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84};
85
86interface Block {
87 block: BlockType;
88 level: number;
89 blockMap: BlockMapType;
90 mapPageUrl: MapPageUrl;
91 mapImageUrl: MapImageUrl;
92
93 fullPage?: boolean;
94 hideHeader?: boolean;
95 customBlockComponents?: CustomBlockComponents;
96 customDecoratorComponents?: CustomDecoratorComponents;
97}
98
99export const Block: React.FC<Block> = props => {
100 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected