All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.dialog.index.d.ts Maven / Gradle / Ivy

Go to download

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

The newest version!
export type { OpenChangeDetails as DialogOpenChangeDetails } from '@zag-js/dialog';
export { DialogBackdrop, type DialogBackdropBaseProps, type DialogBackdropProps, } from './dialog-backdrop';
export { DialogCloseTrigger, type DialogCloseTriggerBaseProps, type DialogCloseTriggerProps, } from './dialog-close-trigger';
export { DialogContent, type DialogContentBaseProps, type DialogContentProps, } from './dialog-content';
export { DialogContext, type DialogContextProps, } from './dialog-context';
export { DialogDescription, type DialogDescriptionBaseProps, type DialogDescriptionProps, } from './dialog-description';
export { DialogPositioner, type DialogPositionerBaseProps, type DialogPositionerProps, } from './dialog-positioner';
export { DialogRoot, type DialogRootBaseProps, type DialogRootProps, } from './dialog-root';
export { DialogRootProvider, type DialogRootProviderBaseProps, type DialogRootProviderProps, } from './dialog-root-provider';
export { DialogTitle, type DialogTitleBaseProps, type DialogTitleProps, } from './dialog-title';
export { DialogTrigger, type DialogTriggerBaseProps, type DialogTriggerProps, } from './dialog-trigger';
export { dialogAnatomy } from './dialog.anatomy';
export { useDialog, type UseDialogProps, type UseDialogReturn } from './use-dialog';
export { useDialogContext, type UseDialogContext } from './use-dialog-context';
export * as Dialog from './dialog';




© 2015 - 2025 Weber Informatics LLC | Privacy Policy