| 1 | import type { ScrollDirection } from '../../core/scroll-gesture.ts'; |
| 2 | import type { SessionSurface } from '../../core/session-surface.ts'; |
| 3 | import { createScopedProvider } from '../../utils/scoped-provider.ts'; |
| 4 | import type { RawSnapshotNode } from '../../kernel/snapshot.ts'; |
nothing calls this directly
no test coverage detected