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

Interface ColHTMLAttributes

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

Source from the content-addressed store, hash-verified

380 }
381
382 interface ColHTMLAttributes<T> extends HTMLAttributes<T> {
383 span?: number | string;
384 width?: number | string;
385 }
386
387 interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> {
388 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…