@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
9 lines (8 loc) • 419 B
JavaScript
/* 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 Popover from './popover';
export default onClickOutside(Popover);
//# sourceMappingURL=index.js.map