medialize/ally.js

View on GitHub
src/event/_event.js

Summary

Maintainability
A
0 mins
Test Coverage

// exporting modules to be included the UMD bundle

import activeElement from './active-element';
import shadowFocus from './shadow-focus';
export default {
  activeElement,
  shadowFocus,
};