frontend/.pnpm-store/v3/files/8a/f770dea0a26520765fb63df26dbc37fa6f7c72d19f407f424889c1a88e40f88e739bb0cc51e5079c35fc96f116f201eec86b73d331c1f171aedbaf35bc88df

18 lines
950 B
Plaintext

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: {
readonly foreign: "https://svelte.dev/docs#template-syntax-svelte-options";
readonly html: "http://www.w3.org/1999/xhtml";
readonly mathml: "http://www.w3.org/1998/Math/MathML";
readonly svg: "http://www.w3.org/2000/svg";
readonly xlink: "http://www.w3.org/1999/xlink";
readonly xml: "http://www.w3.org/XML/1998/namespace";
readonly xmlns: "http://www.w3.org/2000/xmlns";
};