Newer
Older
vmk-ui-kit / src / vue / composables / toast-context.js
/**
 * Injection key for the toast API provided by GnToastProvider.
 */

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