4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
import type Icon from './icon.vue'
|
|
|
|
export type IconInstance = InstanceType<typeof Icon>
|