sting
Version:
Sting! Is a tiny lightweight, themable and highly customizable notification-popup.
12 lines (8 loc) • 363 B
text/typescript
export * from './sting.class';
export { default } from './sting.class';
export * from './sting-base.class';
export { default as StingBase } from './sting-base.class';
export * from './sting-notification.class';
export { default as StingNotification } from './sting-notification.class';
export * from './sting.tag';
export { default as st } from './sting.tag';