
package.dist.components.toast.toast-context.cjs Maven / Gradle / Ivy
'use client';
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const useToastContext = require('./use-toast-context.cjs');
const ToastContext = (props) => props.children(useToastContext.useToastContext());
exports.ToastContext = ToastContext;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy