UNPKG

@wise/components-theming

Version:

Provides theming support for the Wise Design system components

7 lines (4 loc) 176 B
import { createContext } from 'react'; const ThemeContext = /*#__PURE__*/createContext(undefined); export { ThemeContext }; //# sourceMappingURL=ThemeProviderContext.mjs.map