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

Interface HelpIconProps

frontend/src/components/icons/HelpIcon.tsx:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface HelpIconProps {
2 className?: string;
3}
4
5export default function HelpIcon({ className = 'w-5 h-5' }: HelpIconProps) {
6 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected