mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-18 14:24:09 +01:00
11 lines
No EOL
229 B
TypeScript
11 lines
No EOL
229 B
TypeScript
interface Window {
|
|
CodeMirror: {
|
|
(element: HTMLElement, options: any): any;
|
|
__mode: string;
|
|
commands: {
|
|
save: (editor: any) => void;
|
|
};
|
|
};
|
|
}
|
|
|
|
export default function(any): void; |