MCPcopy
hub / github.com/Snouzy/workout-cool / BaseEmailLayoutProps

Interface BaseEmailLayoutProps

emails/utils/BaseEmailLayout.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { SiteConfig } from "@/shared/config/site-config";
5
6interface BaseEmailLayoutProps {
7 previewText: string;
8 children: React.ReactNode;
9}
10
11// Consistent styling variables
12const primaryColor = "#2563EB"; // Blue-600

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected