mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
declare module '*.vue' {
|
|
import type { DefineComponent } from 'vue';
|
|
const component: DefineComponent<object, object, any>;
|
|
export default component;
|
|
}
|