Type alias PropsWithChildren<P>

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

Type Parameters

  • P = unknown

Generated using TypeDoc