UNPKG

jeddy

Version:

Reactive UI building Framework

12 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var RowAlignment; (function (RowAlignment) { RowAlignment["SpaceEvenly"] = "space-evenly"; RowAlignment["SpaceBetween"] = "space-between"; RowAlignment["Start"] = "flex-start"; RowAlignment["End"] = "flex-end"; RowAlignment["Center"] = "center"; })(RowAlignment || (RowAlignment = {})); exports.default = RowAlignment; //# sourceMappingURL=RowAlignment.js.map