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