The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/ui > ThemeProvider
ThemeProvider() function
Provider to override the current theme
Signature:export declare function ThemeProvider(
props: StyledComponents.ThemeProviderProps<CustomTheme>
): JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
props | StyledComponents.ThemeProviderProps<CustomTheme> | A CustomTheme that will be deeply merged with the current Theme, and children |
JSX.Element