@ebay/ebayui-core
Version:
Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.
20 lines (19 loc) • 572 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.def = def;
function def() {
// eslint-disable-next-line max-len,quotes
return {
server: "<clippath id=clip0_704_43690><rect width=64 height=48 fill=white></rect></clippath>",
browser: {
children: [
{
name: "rect",
attr: { width: "64", height: "48", fill: "white" },
},
],
name: "clipPath",
attr: { id: "clip0_704_43690" },
},
};
}