PropsWithChildren<P>: P & {
    children?: ReactNode;
}

Type Parameters

  • P