Props for ThemeProvider.
<ThemeProvider><App /></ThemeProvider> Copy
<ThemeProvider><App /></ThemeProvider>
interface ThemeProviderProps { /** The app subtree to render under the theme. */ children: ReactNode;} Copy
interface ThemeProviderProps { /** The app subtree to render under the theme. */ children: ReactNode;}
The app subtree to render under the theme.
Props for ThemeProvider.
Example
Source