UNPKG

sting

Version:

Sting! Is a tiny lightweight, themable and highly customizable notification-popup.

6 lines (5 loc) 154 B
import StingBase from './sting-base.class'; export default class Sting extends StingBase { constructor(config?: {}); notify(message: any): any; }