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

Interface CanvasHTMLAttributes

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

Source from the content-addressed store, hash-verified

375 }
376
377 interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
378 width?: number | string;
379 height?: number | string;
380 }
381
382 interface ColHTMLAttributes<T> extends HTMLAttributes<T> {
383 span?: number | 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…