"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ShapeComponent", { enumerable: true, get: function () { return _shape_component.ShapeComponent; } }); Object.defineProperty(exports, "ShapeDrawerComponent", { enumerable: true, get: function () { return _shape_drawer.ShapeDrawerComponent; } }); var _shape_component = require("./shape_component"); var _shape_drawer = require("./shape_drawer");