medialize/ally.js

View on GitHub
src/query/_query.js

Summary

Maintainability
A
0 mins
Test Coverage

// exporting modules to be included the UMD bundle

import firstTabbable from './first-tabbable';
import focusable from './focusable';
import shadowHosts from './shadow-hosts';
import tabbable from './tabbable';
import tabsequence from './tabsequence';
export default {
  firstTabbable,
  focusable,
  shadowHosts,
  tabbable,
  tabsequence,
};