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

Interface BaseHTMLAttributes

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

Source from the content-addressed store, hash-verified

345 }
346
347 interface BaseHTMLAttributes<T> extends HTMLAttributes<T> {
348 href?: string;
349 target?: string;
350 }
351
352 interface BlockquoteHTMLAttributes<T> extends HTMLAttributes<T> {
353 cite?: string;

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…