MCPcopy Create free account
hub / github.com/VadimNotJustDev/SignalClone / MonoText

Function MonoText

components/StyledText.tsx:5–7  ·  view source on GitHub ↗
(props: TextProps)

Source from the content-addressed store, hash-verified

3import { Text, TextProps } from './Themed';
4
5export function MonoText(props: TextProps) {
6 return <Text {...props} style={[props.style, { fontFamily: 'space-mono' }]} />;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected