mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
|
|
declare module '*.vue' {
|
||
|
|
import type { DefineComponent } from 'vue';
|
||
|
|
const component: DefineComponent<{}, {}, any>;
|
||
|
|
export default component;
|
||
|
|
}
|