EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/steps/src/instance.ts
2025-02-08 18:50:38 +08:00

6 lines
206 B
TypeScript

import type Stpes from './steps.vue'
import type StepsItem from './steps-item.vue'
export type TnStepsInstance = InstanceType<typeof Stpes>
export type TnStepsItemInstance = InstanceType<typeof StepsItem>