types: remove unused type

This commit is contained in:
chenjiahan
2020-08-20 22:37:29 +08:00
parent 853417d470
commit 33fa443342
3 changed files with 4 additions and 42 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { inBrowser } from '..';
import { EventHandler } from '../types';
type EventHandler = (event: Event) => void;
// eslint-disable-next-line import/no-mutable-exports
export let supportsPassive = false;