MCPcopy
hub / github.com/BuilderIO/mitosis / ElementClass

Interface ElementClass

packages/core/jsx-runtime.d.ts:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 interface ElementClass {
31 render(props: any): Element;
32 }
33
34 type LibraryManagedAttributes<Component, Props> = Props;
35

Callers 2

main.tsxFile · 0.65
main.tsxFile · 0.65

Implementers 1

ErrorBoundaryexamples/basic/overrides/react-native/

Calls

no outgoing calls

Tested by

no test coverage detected