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 };
