| 17 | } |
| 18 | |
| 19 | interface SubscribeProps { |
| 20 | to: (ContainerType<any> | Container<any>)[]; |
| 21 | children(...instances: Container<any>[]): React.ReactNode; |
| 22 | } |
| 23 | |
| 24 | export class Subscribe extends React.Component<SubscribeProps> {} |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…