UNPKG

@salesforce/design-system-react

Version:

Salesforce Lightning Design System for React

9 lines (8 loc) 429 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 Datepicker from './date-picker'; export default onClickOutside(Datepicker); //# sourceMappingURL=index.js.map