UNPKG

toastr2

Version:

ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.

3 lines (2 loc) 122 B
declare const addClasses: (element: HTMLElement, ...classes: (string | string[])[]) => void; export default addClasses;