This commit is contained in:
wxiaoguang
2026-06-24 13:03:14 +08:00
parent 1f95d5b28f
commit 5c83fc090e

8
types.d.ts vendored
View File

@@ -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);