mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-07 21:43:23 +09:00
clean up
This commit is contained in:
Vendored
-16
@@ -18,10 +18,6 @@ declare module '*.vue' {
|
|||||||
import type {DefineComponent} from 'vue';
|
import type {DefineComponent} from 'vue';
|
||||||
const component: DefineComponent<unknown, unknown, any>;
|
const component: DefineComponent<unknown, unknown, any>;
|
||||||
export default component;
|
export default component;
|
||||||
// Here we declare all exports from vue files so `tsc` or `tsgo` can work for
|
|
||||||
// non-vue files. To lint .vue files, `vue-tsc` must be used.
|
|
||||||
export function initDashboardRepoList(): void;
|
|
||||||
export function initRepositoryActionView(): void;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
declare module 'idiomorph' {
|
declare module 'idiomorph' {
|
||||||
@@ -69,15 +65,3 @@ declare module 'vue-bar-graph' {
|
|||||||
labelHeight?: number;
|
labelHeight?: number;
|
||||||
}>;
|
}>;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare module '@mcaptcha/vanilla-glue' {
|
|
||||||
export let INPUT_NAME: string;
|
|
||||||
export default class Widget {
|
|
||||||
constructor(options: {
|
|
||||||
siteKey: {
|
|
||||||
instanceUrl: URL;
|
|
||||||
key: string;
|
|
||||||
};
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user