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

4 lines
112 B
TypeScript

import type NoticeBar from './notice-bar.vue'
export type TnNoticeBarInstance = InstanceType<typeof NoticeBar>