UNPKG

vcc-ui

Version:

VCC UI is a collection of React UI Components that can be used for developing front-end applications at Volvo Car Corporation.

14 lines (10 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStyles = void 0; var _felaDom = require("fela-dom"); var getStyles = function getStyles(args) { return (0, _felaDom.renderToSheetList)(args); }; exports.getStyles = getStyles;