type PropsWithChildren<P> = P & { children?: | DeferredCall<any> | LiveElement<ArrowFunction>[] | ReactElementInterop, }
packages / live / src / types.ts