Newer
Older
vmk-ui-kit / src / vue / composables / toast-context.js
@Eugene Sukhodolskiy Eugene Sukhodolskiy 1 day ago 125 bytes Add overlay components: Modal, Drawer, Toast system
/**
 * Injection key for the toast API provided by GnToastProvider.
 */

export const toastKey = Symbol("vmk-ui-kit-toast");