UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

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'];