UNPKG

@salesforce/design-system-react

Version:

Salesforce Lightning Design System for React

11 lines (10 loc) 452 B
/* Copyright (c) 2015-present, salesforce.com, inc. All rights reserved */ /* Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */ // ### onClickOutside // Listen for clicks that occur somewhere in the document, outside of the element itself import onClickOutside from 'react-onclickoutside'; import Combobox from './combobox'; export default onClickOutside(Combobox, { excludeScrollbar: true }); //# sourceMappingURL=index.js.map