MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / BackButtonProps

Interface BackButtonProps

src/components/BackButton.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { FC } from 'react'
4
5interface BackButtonProps {
6 href: string
7}
8
9export const BackButton: FC<BackButtonProps> = ({ href }) => {
10 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected