UNPKG

@ftrack/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

9 lines (7 loc) 282 B
import { themr } from 'react-css-themr'; import { OVERLAY } from '../identifiers.js'; import { Overlay } from './Overlay.js'; import theme from './theme.scss'; const ThemedOverlay = themr(OVERLAY, theme)(Overlay); export default ThemedOverlay; export { ThemedOverlay as Overlay };