MCPcopy Create free account
hub / github.com/bytebase/dbhub / GutterIconProps

Interface GutterIconProps

frontend/src/components/Gutter/GutterIcon.tsx:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { cn } from '../../lib/utils';
4
5interface GutterIconProps {
6 icon: React.ReactNode;
7 tooltip: string;
8 to?: string;
9 href?: string;
10}
11
12export default function GutterIcon({ icon, tooltip, to, href }: GutterIconProps) {
13 const location = useLocation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected