MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / ButtonProps

Interface ButtonProps

src/components/common/BigButton.tsx:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import clsx from "clsx";
3
4interface ButtonProps {
5 onClick: () => void;
6 text: string;
7 Icon: any;
8 className?: string;
9}
10
11/**
12 * @description Button component. Takes text, an icon, and an onClick function.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected