mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
7 lines
No EOL
238 B
TypeScript
7 lines
No EOL
238 B
TypeScript
/// <reference types="vite/client" />
|
|
/// <reference types="unplugin-icons/types/vue" />
|
|
declare module '*.vue' {
|
|
import type { DefineComponent } from 'vue';
|
|
const component: DefineComponent<{}, {}, any>;
|
|
export default component;
|
|
} |