mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-08 22:13:26 +09:00
fix
This commit is contained in:
Vendored
-8
@@ -36,14 +36,6 @@ declare module 'swagger-ui-dist/swagger-ui-es-bundle.js' {
|
|||||||
export default value.SwaggerUIBundle;
|
export default value.SwaggerUIBundle;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare module 'asciinema-player' {
|
|
||||||
interface AsciinemaPlayer {
|
|
||||||
create(src: string | {data: string}, element: HTMLElement, options?: Record<string, unknown>): void;
|
|
||||||
}
|
|
||||||
const exports: AsciinemaPlayer;
|
|
||||||
export = exports;
|
|
||||||
}
|
|
||||||
|
|
||||||
declare module '@citation-js/core' {
|
declare module '@citation-js/core' {
|
||||||
export class Cite {
|
export class Cite {
|
||||||
constructor(data: string);
|
constructor(data: string);
|
||||||
|
|||||||
Reference in New Issue
Block a user