UNPKG

174 BJavaScriptView Raw
1/**
2 * @category Enums
3 */
4export var DivType;
5(function (DivType) {
6 DivType["circle"] = "circle";
7 DivType["rectangle"] = "rectangle";
8})(DivType || (DivType = {}));