MCPcopy Create free account
hub / github.com/Rafacv23/F1-api / ArrayBreadProps

Interface ArrayBreadProps

components/ArrayBread.tsx:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import React from "react"
11
12interface ArrayBreadProps {
13 items: { label: string; link: string }[]
14 locale?: string
15}
16
17export default async function ArrayBread({ items, locale }: ArrayBreadProps) {
18 const { t } = await initTranslations(locale, ["docs"])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected