UNPKG

rynex

Version:

A minimalist TypeScript framework for building reactive web applications with no virtual DOM

7 lines 239 B
/** * Rynex Type Definitions * Types for vanilla JavaScript DOM manipulation */ export type { DOMProps, DOMChildren, DOMChild } from './dom.js'; export type { ComponentInstance } from './renderer.js'; //# sourceMappingURL=types.d.ts.map