frontend/.pnpm-store/v3/files/bf/840c815daf51fd43738219074442fb457b7f61257f90186b1cde7cca81a4d3ac8af6a99e614f68090281445ab82a5431862f0cf6624f0f6fcbbe2b0d95d868

10 lines
553 B
Plaintext

export declare const foreign = "https://svelte.dev/docs#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>;