MCPcopy Create free account
hub / github.com/jetkvm/kvm / AuthLayoutProps

Interface AuthLayoutProps

ui/src/components/AuthLayout.tsx:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { CLOUD_API } from "@/ui.config";
11
12interface AuthLayoutProps {
13 title: string;
14 description: string;
15 action: string;
16 cta: string;
17 ctaHref: string;
18 showCounter?: boolean;
19}
20
21export default function AuthLayout({
22 title,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected