MCPcopy
hub / github.com/aykutkardas/regexlearn.com / Props

Interface Props

src/components/ReportStep.tsx:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import packageInfo from 'package.json';
7
8interface Props {
9 title?: string;
10 step: number;
11}
12
13const ReportStep = ({ title: stepTitle, step }: Props) => {
14 const { query } = useRouter();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected