UNPKG

@ebay/ebayui-core

Version:

Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.

15 lines (14 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Details { toggleDetails(ev) { this.emit("toggle", { originalEvent: ev, open: this.getEl("root").open, }); } clickDetails(ev) { this.emit("click", { originalEvent: ev }); } } module.exports = Details;