/** * Display names for chip components */ export const DISPLAY_NAME = { CHIP_ROOT: 'HeroUINative.Chip.Root', CHIP_LABEL_CONTENT: 'HeroUINative.Chip.Label', } as const;