MES手机端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

6 rader
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>