UNPKG

@the-little-books/little

Version:

6 lines (5 loc) 233 B
import * as Node from "../node"; export declare function h(tag: string, attributes: { [key: string]: string; } | undefined, ch: Node.Node | Array<Node.Node>): Node.Element; export declare function text(value: string): Node.Text;