react-howl
Version:
A unified design system.
16 lines (14 loc) • 330 B
JSX
import { ThemeProvider } from 'react-jss';
/**
* Provides the theme to all inner components.
*
* @param {object} theme - The theme to provide.
*
* @return {function} The Theme Provider component.
*
* @example
* <ThemeProvider theme={theme}>
* // your app
* </ThemeProvider>
*/
export default ThemeProvider;