UNPKG

snabbdom

Version:

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

4 lines (3 loc) 121 B
import { Module } from "./module.js"; export type Props = Record<string, any>; export declare const propsModule: Module;