MCPcopy
hub / github.com/withastro/astro / ElementChildrenAttribute

Interface ElementChildrenAttribute

packages/astro/astro-jsx.d.ts:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 export type Children = Child | Child[];
14
15 interface ElementChildrenAttribute {
16 children: {};
17 }
18
19 interface IntrinsicAttributes extends AstroComponentDirectives, AstroBuiltinAttributes {
20 slot?: string | undefined | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected