| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected