/** * Display names for Dialog components */ export const DISPLAY_NAME = { ROOT: 'HeroUINative.Dialog.Root', TRIGGER: 'HeroUINative.Dialog.Trigger', PORTAL: 'HeroUINative.Dialog.Portal', OVERLAY: 'HeroUINative.Dialog.Overlay', CONTENT: 'HeroUINative.Dialog.Content', CLOSE: 'HeroUINative.Dialog.Close', TITLE: 'HeroUINative.Dialog.Title', DESCRIPTION: 'HeroUINative.Dialog.Description', };