Move files

This commit is contained in:
iacore
2026-06-28 11:44:47 +08:00
parent 3d17168557
commit ff2eb8539c
79 changed files with 0 additions and 89036 deletions
+7
View File
@@ -0,0 +1,7 @@
import { RevealPlugin } from 'reveal.js';
export interface NotesPlugin extends RevealPlugin {
id: 'notes';
open(): void;
}
declare const Notes: () => NotesPlugin;
export default Notes;