File size: 125 Bytes
71174bc
 
 
 
 
 
1
2
3
4
5
6
import type { Component } from 'vue'

// @ts-ignore
export interface PluginComponent extends Component {
    name: string;
}