
package.dist.components.toast.index.cjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
The newest version!
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const createToaster = require('./create-toaster.cjs');
const toastActionTrigger = require('./toast-action-trigger.cjs');
const toastCloseTrigger = require('./toast-close-trigger.cjs');
const toastContext = require('./toast-context.cjs');
const toastDescription = require('./toast-description.cjs');
const toastRoot = require('./toast-root.cjs');
const toastTitle = require('./toast-title.cjs');
const toaster = require('./toaster.cjs');
const useToastContext = require('./use-toast-context.cjs');
const toast$1 = require('./toast.cjs');
const toast = require('@zag-js/toast');
exports.createToaster = createToaster.createToaster;
exports.ToastActionTrigger = toastActionTrigger.ToastActionTrigger;
exports.ToastCloseTrigger = toastCloseTrigger.ToastCloseTrigger;
exports.ToastContext = toastContext.ToastContext;
exports.ToastDescription = toastDescription.ToastDescription;
exports.ToastRoot = toastRoot.ToastRoot;
exports.ToastTitle = toastTitle.ToastTitle;
exports.Toaster = toaster.Toaster;
exports.useToastContext = useToastContext.useToastContext;
exports.Toast = toast$1;
Object.defineProperty(exports, "toastAnatomy", {
enumerable: true,
get: () => toast.anatomy
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy