| 9 | * References to dependency libraries. |
| 10 | */ |
| 11 | export interface Base { |
| 12 | react: typeof React; |
| 13 | reactDOM: typeof ReactDOM; |
| 14 | } |
| 15 | |
| 16 | export const base: Base = { |
| 17 | react: null, |
nothing calls this directly
no outgoing calls
no test coverage detected