chore: typing cleanup

This commit is contained in:
Nathan Walker
2021-02-25 14:28:42 -08:00
parent e1673a0af4
commit dee6bde170
7 changed files with 19 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import type { Page } from '../ui/page';
import { View } from '../ui/core/view';
import { AndroidAccessibilityEvent } from './accessibility-types';