API Docs for: v2.11.1
Show:

File: packages/ember-views/lib/index.js

/**
@module ember
@submodule ember-views
*/

export { default as jQuery } from './system/jquery';
export {
  isSimpleClick,
  getViewBounds,
  getViewClientRects,
  getViewBoundingClientRect,
  getRootViews,
  getChildViews,
  getViewId,
  getViewElement,
  setViewElement,
  STYLE_WARNING
} from './system/utils';
export { default as EventDispatcher } from './system/event_dispatcher';
export { default as ComponentLookup } from './component_lookup';
export { default as TextSupport } from './mixins/text_support';
export { default as CoreView } from './views/core_view';
export { default as ClassNamesSupport } from './mixins/class_names_support';
export { default as ChildViewsSupport } from './mixins/child_views_support';
export { default as ViewStateSupport } from './mixins/view_state_support';
export { default as ViewMixin } from './mixins/view_support';
export { default as ActionSupport } from './mixins/action_support';
export {
  MUTABLE_CELL
} from './compat/attrs';
export {
  default as lookupPartial,
  hasPartial
} from './system/lookup_partial';
export { default as lookupComponent } from './utils/lookup-component';
export { default as ActionManager } from './system/action_manager';
export { default as fallbackViewRegistry } from './compat/fallback-view-registry';

import './system/ext';  // for the side effect of extending Ember.run.queues