UNPKG

snabbdom

Version:

A virtual DOM library with focus on simplicity, modularity, powerful features and performance.

6 lines (5 loc) 132 B
export declare const snabbdomBundle: { patch: (oldVNode: any, vnode: any) => any; h: any; }; export default snabbdomBundle;