MCPcopy Create free account
hub / github.com/Bytez-com/docs /

Class

docs/scripts/generatePages/Component.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Component {
2 constructor({ name, props = {}, children = [], textContent }) {
3 this.name = name;
4 this.props = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected