update packages and add valign
This commit is contained in:
+6
@@ -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