UNPKG

styled-components

Version:

**This is a work in progress** based off of [this demo](https://github.com/geelen/css-components-demo).

13 lines (10 loc) 306 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (strings, interpolations) { return interpolations.reduce(function (array, interp, i) { return array.concat(interp, strings[i + 1]); }, [strings[0]]); }; module.exports = exports['default'];