- wrapComponent(element): FunctionComponentElement<Readonly<{
children: ReactNode;
title?: string;
}>> Parameters
- element: ReactElement<unknown, string | JSXElementConstructor<any>>
Returns FunctionComponentElement<Readonly<{
children: ReactNode;
title?: string;
}>>