mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 21:44:21 -04:00
refactor: reorganize files in commons package
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
c9b98f6185
commit
4d9792bcb9
23 changed files with 94 additions and 69 deletions
2
commons/types/reveal.d.ts
vendored
2
commons/types/reveal.d.ts
vendored
|
@ -122,7 +122,7 @@ declare module 'reveal.js' {
|
|||
export interface Plugin {
|
||||
id: string
|
||||
|
||||
init(deck: RevealStatic): void | Promise<void>
|
||||
init(deck: Reveal): void | Promise<void>
|
||||
}
|
||||
|
||||
export default class Reveal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue