1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-29 01:11:21 +02:00

rebase and rebuild

This commit is contained in:
Hakim El Hattab
2025-05-09 13:58:14 +02:00
parent 3ee52e140e
commit 53855d4a49
8 changed files with 1403 additions and 1328 deletions

2
dist/reveal.d.ts vendored
View File

@@ -562,7 +562,7 @@ declare interface Config {
* // reveal.js is ready
* });
*/
declare let Reveal: {
declare const Reveal: {
initialize: (options?: Config) => Promise<void>;
[key: string]: any;
};