UNPKG

easy-jsx-html-engine

Version:

Dead simple HTML engine using JSX syntax.

3 lines (2 loc) 215 B
export type VoidElem = "area" | "base" | "br" | "col" | "embed" | "hr" | "img" | "input" | "link" | "meta" | "param" | "source" | "track" | "wbr"; export declare function isVoidElem(name: string): name is VoidElem;