mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
10 lines
168 B
TypeScript
10 lines
168 B
TypeScript
declare module '*.vue' {
|
|
import Vue from 'vue';
|
|
export default Vue;
|
|
}
|
|
|
|
declare module '*.md' {
|
|
declare const content: string;
|
|
export default content;
|
|
}
|