UNPKG

rvx

Version:

A signal based rendering library

7 lines (6 loc) 329 B
export declare const XMLNS_HTML = 0; export declare const XMLNS_SVG = 1; export declare const XMLNS_MATHML = 2; export type XMLNS = typeof XMLNS_HTML | typeof XMLNS_SVG | typeof XMLNS_MATHML; export declare function resolveNamespaceURI(uri: string): XMLNS; export declare function isVoidTag(xmlns: XMLNS, name: string): boolean;