MCPcopy Create free account
hub / github.com/api-platform/website / BuyButtonProps

Interface BuyButtonProps

pwa/components/con/common/BuyButton.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { LanguageContext } from "contexts/con/LanguageContext";
5
6interface BuyButtonProps extends ButtonProps {
7 id: string;
8}
9
10function BuyButton({ children, id, className, ...props }: BuyButtonProps) {
11 //useEventBriteModal(id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected