MCPcopy Create free account
hub / github.com/callstack/react-native-paper / Subheading

Function Subheading

src/components/Typography/v2/Subheading.tsx:33–40  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

31 * ```
32 */
33const Subheading = (props: Props) => (
34 <StyledText
35 {...props}
36 alpha={0.87}
37 family="regular"
38 style={[styles.text, props.style]}
39 />
40);
41
42export default Subheading;
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…