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
+6
View File
@@ -0,0 +1,6 @@
import { RevealPlugin } from 'reveal.js';
export interface ZoomPlugin extends RevealPlugin {
id: 'zoom';
}
declare const Zoom: () => ZoomPlugin;
export default Zoom;