UNPKG

react-howl

Version:
16 lines (14 loc) 330 B
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;