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