UNPKG

@rocketsofawesome/mirage

Version:

[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)

7 lines (5 loc) 169 B
const colorFromProp = (propName) => (props) => { const propValue = props[propName] return props.theme.colors[propValue] || propValue } export default colorFromProp