Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import { FC } from
'react'
4
5
interface BackButtonProps {
6
href: string
7
}
8
9
export const BackButton: FC<BackButtonProps> = ({ href }) => {
10
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected