UNPKG

react-biz

Version:

React components for Business

10 lines (7 loc) 258 B
import { themr } from 'react-css-themr'; import { LINK } from '../identifiers'; import { Link } from './Link'; import theme from './theme.css'; const ThemedLink = themr(LINK, theme)(Link); export default ThemedLink; export { ThemedLink as Link };