@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
14 lines (10 loc) • 333 B
text/typescript
const CLASS_PREFIX = 'md-global-search-input';
const DEFAULTS = {};
const STYLE = {
wrapper: `${CLASS_PREFIX}-wrapper`,
searchContext: `${CLASS_PREFIX}-search-context`,
container: `${CLASS_PREFIX}-container`,
search: `${CLASS_PREFIX}-search`,
clear: `${CLASS_PREFIX}-clear`,
};
export { CLASS_PREFIX, DEFAULTS, STYLE };