UNPKG

instantsearch-ui-components

Version:

Common UI components for InstantSearch.

28 lines (26 loc) 499 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: Object.getOwnPropertyDescriptor(all, name).get }); } _export(exports, { get warn () { return warn; }, get warnCache () { return warnCache; } }); var warnCache = { current: {} }; function warn(condition, message) { { return; } }