MCPcopy
hub / github.com/shadcn-ui/taxonomy / BillingFormProps

Interface BillingFormProps

components/billing-form.tsx:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { Icons } from "@/components/icons"
18
19interface BillingFormProps extends React.HTMLAttributes<HTMLFormElement> {
20 subscriptionPlan: UserSubscriptionPlan & {
21 isCanceled: boolean
22 }
23}
24
25export function BillingForm({
26 subscriptionPlan,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected