MCPcopy
hub / github.com/anthonyshort/deku / PropLike

Interface PropLike

docs/deku.d.ts:46–46  ·  view source on GitHub ↗

* Prop types are constrained and informed by three interfaces: HasChildren, * Evented, and Keyed. * * In practice, what this implies is two-fold. First, prop types will have "children" * appended in all circumstances once the component is mounted to the DOM. Custom Prop * types shou

Source from the content-addressed store, hash-verified

44 * event listener declarations and keys used for controlling tree diffing.
45 */
46 interface PropLike extends HasChildren, Evented, Keyed {}
47
48 /**
49 * VirtualNodes are abstract types that form a "skeletonized" DOM tree that

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected