UNPKG

balm-ui

Version:

A modular and customizable UI library based on Material Design and Vue 3

12 lines (8 loc) 267 B
import getCustomEventPolyfill from './custom-event-polyfill'; import throttle from './throttle'; function createCustomEvent() { getCustomEventPolyfill(); throttle('resize', 'balmResize'); throttle('scroll', 'balmScroll'); } export default createCustomEvent;