UNPKG

@salesforce/design-system-react

Version:

Salesforce Lightning Design System for React

17 lines (12 loc) 513 B
/* Copyright (c) 2015-present, salesforce.com, inc. All rights reserved */ /* Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */ /* eslint-disable import/no-mutable-exports */ import isPrototype from '../../utilities/warning/component-is-prototype'; var checkProps = function checkProps() {}; if (process.env.NODE_ENV !== 'production') { checkProps = function checkProps(COMPONENT) { isPrototype(COMPONENT); }; } export default checkProps; //# sourceMappingURL=check-props.js.map