/** * Display names for PressableFeedback components */ export const DISPLAY_NAME = { ROOT: 'HeroUINative.PressableFeedback.Root', HIGHLIGHT: 'HeroUINative.PressableFeedback.Highlight', RIPPLE: 'HeroUINative.PressableFeedback.Ripple', } as const; export const BASE_RIPPLE_PROGRESS_DURATION = 1000; export const BASE_RIPPLE_PROGRESS_DURATION_MIN = 750;