UNPKG

nanostyled

Version:

Style React components as if with CSS-in-JS, without CSS-in-JS

5 lines (4 loc) 144 B
import React from 'react'; import styleFactory from './factory'; var nanostyled = styleFactory(React.createElement); export default nanostyled;