Files
flights_web_raw/apps/angular/node_modules/emotion-theming/src/use-theme.js
T

8 lines
160 B
JavaScript

// @flow
import React from 'react'
import { ThemeContext } from '@emotion/core'
export default function useTheme() {
return React.useContext(ThemeContext)
}