UNPKG

box-ui-elements

Version:
11 lines 240 B
/** * Return a targetingApi that is always targeting */ const alwaysTargeted = { canShow: true, onShow: () => {}, onClose: () => {}, onComplete: () => {} }; export default alwaysTargeted; //# sourceMappingURL=alwaysTargeted.js.map