MCPcopy
hub / github.com/web-infra-dev/rsbuild / StepProps

Interface StepProps

website/theme/components/Step.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { useI18nUrl } from './utils';
4
5interface StepProps {
6 href: string;
7 title: string;
8 description: string;
9}
10const Step = ({ href, title, description }: StepProps) => {
11 const tUrl = useI18nUrl();
12 const isExternal = href.startsWith('http');

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…