| 6 | } |
| 7 | |
| 8 | export interface RandomComponentProps { |
| 9 | title: string |
| 10 | } |
| 11 | |
| 12 | export interface RandomComponent extends RiotComponent< |
| 13 | RandomComponentProps, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…