UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

19 lines (16 loc) 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Placements = void 0; var Placements; exports.Placements = Placements; (function (Placements) { Placements["bottomLeft"] = "bottomLeft"; Placements["bottomCenter"] = "bottomCenter"; Placements["bottomRight"] = "bottomRight"; Placements["topLeft"] = "topLeft"; Placements["topCenter"] = "topCenter"; Placements["topRight"] = "topRight"; })(Placements || (exports.Placements = Placements = {})); //# sourceMappingURL=enum.js.map