UNPKG

@tempots/dom

Version:

Fully-typed frontend framework alternative to React and Angular

8 lines (7 loc) 202 B
import { Renderable } from '../types/domain'; /** * Represents an empty renderable function. * @returns A renderable function that does nothing. * @public */ export declare const Empty: Renderable;