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

Type Parameters

  • P = unknown

Type declaration

Generated using TypeDoc