update packages and add valign
This commit is contained in:
7
scripts/reveal.js/dist/plugin/notes.d.ts
vendored
Normal file
7
scripts/reveal.js/dist/plugin/notes.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { RevealPlugin } from 'reveal.js';
|
||||
export interface NotesPlugin extends RevealPlugin {
|
||||
id: 'notes';
|
||||
open(): void;
|
||||
}
|
||||
declare const Notes: () => NotesPlugin;
|
||||
export default Notes;
|
||||
Reference in New Issue
Block a user