10 lines
206 B
TypeScript
10 lines
206 B
TypeScript
|
|
declare const _default: {
|
||
|
|
html: string;
|
||
|
|
svg: string;
|
||
|
|
mathML: string;
|
||
|
|
xml: string;
|
||
|
|
xlink: string;
|
||
|
|
xmlns: string;
|
||
|
|
};
|
||
|
|
export default _default;
|
||
|
|
//# sourceMappingURL=NamespaceURI.d.ts.map
|