MCPcopy
hub / github.com/Meituan-Dianping/mpvue / VNodeChildrenArrayContents

Interface VNodeChildrenArrayContents

types/vnode.d.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5export type VNodeChildren = VNodeChildrenArrayContents | [ScopedSlot] | string;
6export interface VNodeChildrenArrayContents {
7 [x: number]: VNode | string | VNodeChildren;
8}
9
10export interface VNode {
11 tag?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected