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

Interface EmbedHTMLAttributes

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

Source from the content-addressed store, hash-verified

404 }
405
406 interface EmbedHTMLAttributes<T> extends HTMLAttributes<T> {
407 height?: number | string;
408 src?: string;
409 type?: string;
410 width?: number | string;
411 }
412
413 interface FieldsetHTMLAttributes<T> extends HTMLAttributes<T> {
414 disabled?: boolean;

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…