mirror of
https://github.com/go-gitea/gitea.git
synced 2026-06-24 12:05:49 +00:00
fix
This commit is contained in:
8
types.d.ts
vendored
8
types.d.ts
vendored
@@ -36,14 +36,6 @@ declare module 'swagger-ui-dist/swagger-ui-es-bundle.js' {
|
||||
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' {
|
||||
export class Cite {
|
||||
constructor(data: string);
|
||||
|
||||
Reference in New Issue
Block a user