@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
16 lines (15 loc) • 1.4 kB
TypeScript
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';