* 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
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected