medialize/ally.js

View on GitHub
src/observe/_observe.js

Summary

Maintainability
A
0 mins
Test Coverage

// exporting modules to be included the UMD bundle

import interactionType from './interaction-type';
import shadowMutations from './shadow-mutations';
export default {
  interactionType,
  shadowMutations,
};