mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-31 18:22:04 +02:00
audit fix and rebuild after merge
This commit is contained in:
5
dist/reveal.d.ts
vendored
5
dist/reveal.d.ts
vendored
@@ -32,10 +32,13 @@ declare interface Config {
|
||||
maxScale?: number;
|
||||
/**
|
||||
* Display presentation control arrows
|
||||
* - true: Display controls in all views
|
||||
* - false: Hide controls in all views
|
||||
* - 'speaker-only': Display controls only in the speaker view
|
||||
*
|
||||
* @defaultValue true
|
||||
*/
|
||||
controls?: boolean;
|
||||
controls?: boolean | 'speaker-only';
|
||||
/**
|
||||
* Help the user learn the controls by providing hints, for example by
|
||||
* bouncing the down arrow when they first encounter a vertical slide
|
||||
|
Reference in New Issue
Block a user