UNPKG

sting

Version:

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

8 lines (7 loc) 195 B
import StingBase from './sting-base.class'; export default class StingNotification extends StingBase { constructor(config: any); enter(): this; leave(): this; private setTimer; }