UNPKG

swiper-next

Version:
17 lines (15 loc) 568 B
import { ComponentInternalInstance } from 'vue'; export declare function $nne(evt: Event, eventValue?: Function, instance?: ComponentInternalInstance | HTMLElement | null): (Record<string, any> | import('./componentWxs').ComponentDescriptor | undefined)[] | Event[] | { type: string; timeStamp: number; target: any; detail: {}; currentTarget: any; }[]; export declare function createNativeEvent(evt: Event | TouchEvent, htmlElement?: boolean): { type: string; timeStamp: number; target: any; detail: {}; currentTarget: any; };