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

4 lines
107 B
TypeScript

import type Calendar from './calendar.vue'
export type TnCalendarInstance = InstanceType<typeof Calendar>