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; | |
}; | |
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; | |
}; | |