mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 08:46:15 -04:00
11 lines
249 B
TypeScript
11 lines
249 B
TypeScript
![]() |
declare module '*.vue' {
|
||
|
import type { ComponentOptions, ComponentOptions } from 'vue';
|
||
|
const Component: ComponentOptions;
|
||
|
export default Component;
|
||
|
}
|
||
|
|
||
|
declare module '*.md' {
|
||
|
const Component: ComponentOptions;
|
||
|
export default Component;
|
||
|
}
|