6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import type UpdateUserInfoPopup from './index.vue'
|
|
|
|
export type TnUpdateUserInfoPopupInstance = InstanceType<
|
|
typeof UpdateUserInfoPopup
|
|
>
|