ur-ui-kit-tm
Version:
unlimited robotics ui kit
11 lines (10 loc) • 519 B
JavaScript
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
import { css } from "styled-components";
export var getStyledColor = function (_a) {
var customProps = _a.customProps;
return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n "], ["\n ", "\n "])), customProps);
};
var templateObject_1;