biofriction-wp-theme/node_modules/foundation-sites/js/entries/plugins/foundation.toggler.js

7 lines
173 B
JavaScript

import { Foundation } from './foundation.core';
import { Toggler } from '../../foundation.toggler';
Foundation.plugin(Toggler, 'Toggler');
export { Foundation, Toggler };