swiper-next
Version:
Vue3 的 Swiper 组件
17 lines (15 loc) • 568 B
TypeScript
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;
};