4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
import type NoticeBar from './notice-bar.vue'
|
|
|
|
export type TnNoticeBarInstance = InstanceType<typeof NoticeBar>
|