MCPcopy Create free account
hub / github.com/BuilderIO/mitosis / DataHTMLAttributes

Interface DataHTMLAttributes

packages/core/jsx-runtime.d.ts:391–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 }
390
391 interface DataHTMLAttributes<T> extends HTMLAttributes<T> {
392 value?: string | string[] | number;
393 }
394
395 interface DetailsHtmlAttributes<T> extends HTMLAttributes<T> {
396 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement/name) */

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…