| 12 | import * as PointerEvents from './PointerEvents.ts'; |
| 13 | |
| 14 | export interface StageConfig extends ContainerConfig { |
| 15 | container?: HTMLDivElement | string; |
| 16 | } |
| 17 | |
| 18 | // CONSTANTS |
| 19 | const STAGE = 'Stage', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…