- ThemeProvider(props): null | ReactElement<any, string | ((props, deprecatedLegacyContext?) => null | ReactElement<any, any>) | (new (props, deprecatedLegacyContext?) => Component<any, any, any>)>
Parameters
props: ProviderProps<Theme>
Returns null | ReactElement<any, string | ((props, deprecatedLegacyContext?) => null | ReactElement<any, any>) | (new (props, deprecatedLegacyContext?) => Component<any, any, any>)>
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
propTypes
propTypes?: WeakValidationMap<ProviderProps<Theme>>
Provider for customizing the design system.