choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
12 lines (10 loc) • 371 B
JavaScript
export var Placements;
(function (Placements) {
Placements["bottomLeft"] = "bottomLeft";
Placements["bottomCenter"] = "bottomCenter";
Placements["bottomRight"] = "bottomRight";
Placements["topLeft"] = "topLeft";
Placements["topCenter"] = "topCenter";
Placements["topRight"] = "topRight";
})(Placements || (Placements = {}));
//# sourceMappingURL=enum.js.map