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

Interface FieldsetHTMLAttributes

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

Source from the content-addressed store, hash-verified

411 }
412
413 interface FieldsetHTMLAttributes<T> extends HTMLAttributes<T> {
414 disabled?: boolean;
415 form?: string;
416 name?: string;
417 }
418
419 interface FormHTMLAttributes<T> extends HTMLAttributes<T> {
420 acceptcharset?: 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…