MCPcopy
hub / github.com/youzan/vant / HTMLAttributes

Interface HTMLAttributes

packages/vant/src/vue-tsx-shim.d.ts:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 interface HTMLAttributes {
20 onTouchmovePassive?: EventHandler;
21 onTouchstartPassive?: EventHandler;
22 onClickCapture?: EventHandler;
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…