refactor: reorganize files in commons package

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-05-29 18:37:06 +02:00
parent c9b98f6185
commit 4d9792bcb9
23 changed files with 94 additions and 69 deletions

View file

@ -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 {