Files
EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/swiper/src/instance.ts
T

4 lines
99 B
TypeScript

import type Swiper from './swiper.vue'
export type TnSwiperInstance = InstanceType<typeof Swiper>