Files
EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/line-progress/src/instance.ts
T

4 lines
124 B
TypeScript

import type LineProgress from './line-progress.vue'
export type TnLineProgressInstance = InstanceType<typeof LineProgress>