const quoteTo: <T>(
reconciler: LiveReconciler<T>,
calls?:
| string
| number
| DeferredCall<any>
| ArrowFunction
| LiveElement<ArrowFunction>[]
| ReactElementInterop
| LiveNode<any>[],
key?: Key,
) => DeferredCall<() => void>
Quote a subtree and reconcile it into the given reconciler context.
packages / live / src / builtin.ts