UNPKG

ur-ui-kit-tm

Version:
6 lines (5 loc) 251 B
export var getProp = function (propName) { return function (props) { return props[propName]; }; }; export var getInnerSize = function (_a) { var _b = _a.width, width = _b === void 0 ? 3 : _b; return "calc(100% - " + width * 2 + "px)"; };