const reconcileTo: <T>(
reconciler: LiveReconciler<T>,
calls?:
| string
| number
| DeferredCall<any>
| ArrowFunction
| LiveElement<ArrowFunction>[]
| ReactElementInterop
| LiveNode<any>[],
key?: Key,
) => DeferredCall<() => void>
Reconcile quoted calls to a separate tree.
packages / live / src / builtin.ts