MCPcopy
hub / github.com/callstack/repack / Props

Interface Props

packages/dashboard/src/components/Button.tsx:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import cx from 'classnames';
3
4interface Props {
5 onClick?: () => void;
6 disabled?: boolean;
7 progress?: boolean;
8 children: React.ReactNode;
9 className?: string;
10}
11
12export function Button({
13 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…