GRV-Summit-Site/components/brand/rift-patterns.ts
“kirukib” 1a710aa3c6
Some checks are pending
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Waiting to run
first commit + project setup
2026-05-20 11:57:21 +03:00

10 lines
209 B
TypeScript

/** Subtle per-section line treatments — paired with page-level RiftPageFlow */
export type RiftPattern =
| "none"
| "whisper"
| "arc-top"
| "arc-bottom"
| "vein-left"
| "vein-right"
| "fork";