UNPKG

@amaui/style-react

Version:

Amaui CSS in JS styling solution for React

4 lines 171 B
import React from 'react'; import { AmauiTheme } from '@amaui/style'; const ThemeContext = /*#__PURE__*/React.createContext(new AmauiTheme()); export default ThemeContext;