UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

9 lines (8 loc) 237 B
import React from 'react'; import { ThemeContext } from '@emotion/react'; /** * A React hook that allows to retrieve the theme within a functional component */ export default (function () { return React.useContext(ThemeContext); });