UNPKG

reveal.js

Version:

The HTML Presentation Framework

7 lines (6 loc) 170 B
import { RevealPlugin } from 'reveal.js'; export interface ZoomPlugin extends RevealPlugin { id: 'zoom'; } declare const Zoom: () => ZoomPlugin; export default Zoom;