mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-25 12:34:45 -04:00
Update dependency reveal.js to v4.3.0 [SECURITY] (#1887)
* Update dependency reveal.js to v4.3.0 [SECURITY] Signed-off-by: Renovate Bot <bot@renovateapp.com> * Extend types Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
aa6a594513
commit
6b84cf6b59
3 changed files with 10 additions and 7 deletions
5
src/external-types/reveal.js/index.d.ts
vendored
5
src/external-types/reveal.js/index.d.ts
vendored
|
@ -127,10 +127,13 @@ declare module 'reveal.js' {
|
|||
|
||||
export default class Reveal {
|
||||
constructor(options: RevealOptions)
|
||||
initialize: () => Promise<void>
|
||||
|
||||
initialize: (options?: { url?: string }) => Promise<void>
|
||||
|
||||
public configure: (diff: RevealOptions) => void
|
||||
|
||||
public destroy: () => void
|
||||
|
||||
// Navigation
|
||||
public slide(indexh: number, indexv?: number, f?: number, o?: number): void
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue