Svelte <Inspect {value} />
InspectValuesOptions()
type InspectValuesOptions = () => Partial<InspectOptions> & {
elementAttributes: SvelteHTMLElements["div"];
}; Options for Inspect.Values
Includes elementAttributes for setting HTML-attributes on the element without using props.