MES手机端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

6 wiersze
236 B

  1. import type StackSwiper from './index.vue'
  2. import type StackSwiperItem from './item.vue'
  3. export type TnStackSwiperInstance = InstanceType<typeof StackSwiper>
  4. export type TnStackSwiperItemInstance = InstanceType<typeof StackSwiperItem>