mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[improvement] organize type definitions
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
/* eslint-disable getter-return */
|
||||
/* eslint-disable import/no-mutable-exports */
|
||||
import { isServer } from '.';
|
||||
|
||||
type EventHanlder = (event?: Event) => void;
|
||||
import { EventHanlder } from './types';
|
||||
|
||||
export let supportsPassive = false;
|
||||
|
||||
|
Reference in New Issue
Block a user