handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
11 lines (10 loc) • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ComponentType = void 0;
var ComponentType;
(function (ComponentType) {
ComponentType["Element"] = "element";
ComponentType["Block"] = "block";
ComponentType["Navigation"] = "navigation";
ComponentType["Utility"] = "utility";
})(ComponentType || (exports.ComponentType = ComponentType = {}));