@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
11 lines • 439 B
JavaScript
var CLASS_PREFIX = 'md-global-search-input';
var DEFAULTS = {};
var STYLE = {
wrapper: "".concat(CLASS_PREFIX, "-wrapper"),
searchContext: "".concat(CLASS_PREFIX, "-search-context"),
container: "".concat(CLASS_PREFIX, "-container"),
search: "".concat(CLASS_PREFIX, "-search"),
clear: "".concat(CLASS_PREFIX, "-clear"),
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
//# sourceMappingURL=GlobalSearchInput.constants.js.map