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