Some checks are pending
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Waiting to run
10 lines
209 B
TypeScript
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";
|