UNPKG

shorted-theme

Version:

Shorted theme references for Styled Components.

8 lines (7 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shorted = void 0; var functionify_1 = require("./functionify"); exports.shorted = function (theme) { return functionify_1.functionify(theme); };