TypesTChildPropsOn this pageTChildPropsexporttype TChildProps<> = anyDefined in packages/render/src/shared-types.ts Fields childElement childElement: ReactElement; childTnode childTnode: TNode; index index: number; key key: string | number; propsFromParent propsFromParent: PropsFromParent;