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

Interface AreaHTMLAttributes

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

Source from the content-addressed store, hash-verified

329 interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {}
330
331 interface AreaHTMLAttributes<T> extends HTMLAttributes<T> {
332 alt?: string;
333 coords?: string;
334 download?: any;
335 href?: string;
336 hreflang?: string;
337 ping?: string;
338 referrerpolicy?: HTMLReferrerPolicy;
339 rel?: string;
340 shape?: 'rect' | 'circle' | 'poly' | 'default';
341 target?: string;
342
343 // camelcase
344 referrerPolicy?: HTMLReferrerPolicy;
345 }
346
347 interface BaseHTMLAttributes<T> extends HTMLAttributes<T> {
348 href?: 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…