MCPcopy
hub / github.com/ananthakumaran/paisa / HTMLAttributes

Interface HTMLAttributes

src/app.d.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9declare type DndEvent<ItemType = Item> = import("svelte-dnd-action").DndEvent<ItemType>;
10declare namespace svelteHTML {
11 interface HTMLAttributes<T> {
12 "on:consider"?: (event: CustomEvent<DndEvent<ItemType>> & { target: EventTarget & T }) => void;
13 "on:finalize"?: (event: CustomEvent<DndEvent<ItemType>> & { target: EventTarget & T }) => void;
14 }
15}
16
17interface GoalSummary {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected