Skip to main content

BaseTheme

BaseTheme(props: PropsWithChildren<ThemeProps>,context: any): null | ReactElement<any, any>

Parameters

(Mandatory parameters are in bold)
ParametersTypeDescription
propsPropsWithChildren<ThemeProps>
contextany

Return

The return is of type null | ReactElement<any, any>