UNPKG

@lincy/tnui-vue3-uniapp

Version:
6 lines (4 loc) 198 B
import type Tabs from './tabs.vue' import type TabsItem from './tabs-item.vue' export type TnTabsInstance = InstanceType<typeof Tabs> export type TnTabsItemInstance = InstanceType<typeof TabsItem>