Files
cc8a132b-32db-4da8-af9c-e63…/src/components/sections/feature/featureBorderGlow/constants.ts
2026-02-27 01:07:21 +00: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;