mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 00:54:06 -08:00
7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
|
declare module '*.vue' {
|
||
|
import { defineComponent } from 'vue';
|
||
|
|
||
|
const component: ReturnType<typeof defineComponent>;
|
||
|
export default component;
|
||
|
}
|