vue-snotify
Version:
A Vue.js toast notifications
9 lines (8 loc) • 502 B
TypeScript
export { Snotify } from './Snotify.interface';
export { SnotifyAnimate } from './SnotifyAnimate.interface';
export { SnotifyButton } from './SnotifyButton.interface';
export { SnotifyDefaults } from './SnotifyDefaults.interface';
export { SnotifyGlobalConfig } from './SnotifyGlobalConfig.interface';
export { SnotifyNotifications } from './SnotifyNotifications.interface';
export { SnotifyStyles } from './SnotifyStyles.interface';
export { SnotifyToastConfig } from './SnotifyToastConfig.interface';