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

4 lines
108 B
TypeScript

import type LazyLoad from './lazy-load.vue'
export type TnLazyLoadInstance = InstanceType<typeof LazyLoad>