MCPcopy Create free account
hub / github.com/fontsource/fontsource / Blockquote

Function Blockquote

website/app/components/Blockquote.tsx:6–8  ·  view source on GitHub ↗
({ ...others }: BoxProps)

Source from the content-addressed store, hash-verified

4import classes from './Blockquote.module.css';
5
6export const Blockquote = ({ ...others }: BoxProps) => {
7 return <Box component="blockquote" className={classes.wrapper} {...others} />;
8};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected