sweetalert2
Version:
A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert
10 lines (9 loc) • 455 B
JavaScript
export * from './staticMethods/argsToParams.js'
export * from './staticMethods/dom.js'
export * from './staticMethods/fire.js'
export * from './staticMethods/mixin.js'
export * from './staticMethods/showLoading.js'
export * from './staticMethods/timer.js'
export * from './staticMethods/bindClickHandler.js'
export * from './staticMethods/eventHandlers.js'
export { isValidParameter, isUpdatableParameter, isDeprecatedParameter } from './utils/params.js'