UNPKG

@netdata/netdata-ui

Version:

netdata UI kit

10 lines 264 B
var alignSelfMap = { end: "flex-end", start: "flex-start", center: "center", stretch: "stretch" }; export default (function (_ref) { var alignSelf = _ref.alignSelf; return alignSelf in alignSelfMap && "align-self: " + alignSelfMap[alignSelf] + ";"; });