UNPKG

@netdata/netdata-ui

Version:

netdata UI kit

9 lines (8 loc) 231 B
"use strict"; exports.__esModule = true; exports["default"] = void 0; var getPillWidth = function getPillWidth(width, tiny) { if (width) return width; return tiny && "auto"; }; var _default = exports["default"] = getPillWidth;