UNPKG

502 BJavaScriptView Raw
1/**
2 * @fileOverview
3 * Includes the most minimal set of JavaScript
4 * possible to make an Atlassian UI "work".
5 *
6 * This entry-point should *not* include anything that causes
7 * a global side-effect. The only exception to this rule
8 * is registering a global variable or AMD module.
9 */
10export * from './behaviours/aui.behaviour.format';
11export * from './behaviours/aui.behaviour.version';
12export * from './behaviours/aui.behaviour.event-bus';
13export * from './behaviours/aui.behaviour.escape-html';