MCPcopy Create free account
hub / github.com/nodejs/nodejs.org / Button

Function Button

apps/site/components/Common/Button.tsx:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import type { FC } from 'react';
7
8const Button: FC<ButtonProps> = props => <BaseButton as={Link} {...props} />;
9
10export default Button;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected