Source: sources/vue/interactives/toasts/_toasts.js

/**
 * @author [Tristan Valcke]{@link https://github.com/Itee}
 * @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause}
 *
 * @file Intermediary export file for uis/interactives/toasts folder
 *
 */

/* eslint-env browser */

export { default as TErrorToast } from './TErrorToast'
export { default as TInfoToast } from './TInfoToast'
export { default as TMessageToast } from './TMessageToast'
export { default as TProgressToast } from './TProgressToast'
export { default as TToast } from './TToast'
export { default as TWarningToast } from './TWarningToast'