UNPKG

synks

Version:
3 lines (2 loc) 235 B
import { NodeContext, VNode } from '../types'; export declare function renderChildren(currentChildren: VNode[], previousChildren: VNode[] | VNode, container: HTMLElement, parentIndex: number, context: NodeContext): Promise<VNode[]>;