Urara-Blog/node_modules/.pnpm-store/v3/files/fd/864345578ed7894654fe16341c0f9455656be8e70b937d3685e3a5d23a9f3cb46e22c78a516131afc6b4c4d76c277aa488ff7a74e621349e0512fa06f2cc39
2022-08-14 01:14:53 +08:00

9 lines
569 B
Text

export declare const foreign = "https://svelte.dev/docs#template-syntax-svelte-options";
export declare const html = "http://www.w3.org/1999/xhtml";
export declare const mathml = "http://www.w3.org/1998/Math/MathML";
export declare const svg = "http://www.w3.org/2000/svg";
export declare const xlink = "http://www.w3.org/1999/xlink";
export declare const xml = "http://www.w3.org/XML/1998/namespace";
export declare const xmlns = "http://www.w3.org/2000/xmlns";
export declare const valid_namespaces: string[];
export declare const namespaces: Record<string, string>;