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