UNPKG

rax

Version:

A universal React-compatible render engine.

15 lines (14 loc) 222 B
/* * Stateful things in runtime */ export default { __mountID: 1, __isUpdating: false, // Inject driver: null, // Roots rootComponents: {}, rootInstances: {}, // Current owner component owner: null, };