MCPcopy Create free account
hub / github.com/PatoSala/react-native-blocks / Block

Function Block

packages/core/src/components/Block.tsx:11–19  ·  view source on GitHub ↗
(props: BlockProps)

Source from the content-addressed store, hash-verified

9}
10
11const Block = (props: BlockProps) => {
12 const {
13 type,
14 component,
15 options
16 } = props;
17
18 return null;
19}
20
21export {
22 Block,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected