DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
import type * as Compiler from "./svelte-ast-types-for-v5";
/** Parse HTML attributes */
export declare function parseAttributes(code: string, startIndex: number): {
attributes: Compiler.Attribute[];
index: number;
};