/** * Display names for FormField components */ export const DISPLAY_NAME = { FORM_FIELD: 'HeroUINative.FormField', FORM_FIELD_LABEL: 'HeroUINative.FormField.Label', FORM_FIELD_DESCRIPTION: 'HeroUINative.FormField.Description', FORM_FIELD_INDICATOR: 'HeroUINative.FormField.Indicator', FORM_FIELD_ERROR_MESSAGE: 'HeroUINative.FormField.ErrorMessage', } as const;