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

Interface ColgroupHTMLAttributes

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

Source from the content-addressed store, hash-verified

385 }
386
387 interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> {
388 span?: number | string;
389 }
390
391 interface DataHTMLAttributes<T> extends HTMLAttributes<T> {
392 value?: string | string[] | number;

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…