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

4 lines
99 B
TypeScript

import type Slider from './slider.vue'
export type TnSliderInstance = InstanceType<typeof Slider>