MCPcopy Index your code
hub / github.com/Detaysoft/react-chat-elements / HTMLAttributes

Interface HTMLAttributes

src/declaration.d.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare module 'react' {
4 interface HTMLAttributes<T> extends React.DOMAttributes<T> {
5 tooltip?: any
6 }
7}

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…