| 3 | import { Props } from 'shared/ReactTypes'; |
| 4 | |
| 5 | export interface Container { |
| 6 | rootID: number; |
| 7 | children: (Instance | TextInstance)[]; |
| 8 | } |
| 9 | |
| 10 | export interface Instance { |
| 11 | id: number; |
nothing calls this directly
no outgoing calls
no test coverage detected