4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import type GraphicCard from './index.vue'
|
|
|
|
export type TnGraphicCardInstance = InstanceType<typeof GraphicCard>
|