Files
384da62b-b5c1-45ac-8cc7-9ee…/src/components/sections/feature/featureBorderGlow/constants.ts
2026-02-09 18:04:28 +02:00

9 lines
156 B
TypeScript

export const GLOWING_EFFECT_PROPS = {
spread: 40,
glow: true,
disabled: false,
proximity: 64,
inactiveZone: 0.01,
borderWidth: 1.5,
} as const;