UNPKG

xatto

Version:

xatto is View Layer Library based on Function and Context using VirtualDOM. This is developed by forking from jorgebucaran/superfine.

6 lines (5 loc) 155 B
import { VNode } from './VNode'; export declare function Context({ slice, fill }: { slice?: string; fill?: any; }, children: VNode[]): VNode;