UNPKG

@3share/ui-component

Version:

A simple helper Class to save time while creating component registrations and DOM references to internal element using the Adobe's approach with `data-cmp-is="Somecomponent` and the reference with hooks `data-cmp-hook-somecomponent="nameOfElement"`.

7 lines 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.descriptor = exports.Component = void 0; var ui_component_1 = require("./lib/ui-component"); Object.defineProperty(exports, "Component", { enumerable: true, get: function () { return ui_component_1.Component; } }); Object.defineProperty(exports, "descriptor", { enumerable: true, get: function () { return ui_component_1.descriptor; } }); //# sourceMappingURL=index.js.map