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.
|
- import type StackSwiper from './index.vue'
- import type StackSwiperItem from './item.vue'
-
- export type TnStackSwiperInstance = InstanceType<typeof StackSwiper>
- export type TnStackSwiperItemInstance = InstanceType<typeof StackSwiperItem>
|