(props: Props)
| 31 | * ``` |
| 32 | */ |
| 33 | const Subheading = (props: Props) => ( |
| 34 | <StyledText |
| 35 | {...props} |
| 36 | alpha={0.87} |
| 37 | family="regular" |
| 38 | style={[styles.text, props.style]} |
| 39 | /> |
| 40 | ); |
| 41 | |
| 42 | export default Subheading; |
| 43 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…